Browse Source

Initial

master
Merve Kurt 1 year ago
parent
commit
2564094965
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Main.java

+ 1
- 1
src/Main.java View File

@@ -4,7 +4,7 @@ public class Main {
public static void main(String[] args) {
// Press Alt+Enter with your caret at the highlighted text to see how
// IntelliJ IDEA suggests fixing it.
System.out.printf("Hello and welcome!");
System.out.println("Hello and welcome!");

// Press Shift+F10 or click the green arrow button in the gutter to run the code.
for (int i = 1; i <= 5; i++) {

Loading…
Cancel
Save