Skip to content

Commit 9305567

Browse files
add src folder
1 parent 135b932 commit 9305567

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Main.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
2+
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
3+
public class Main {
4+
public static void main(String[] args) {
5+
System.out.print("Hello and welcome!");
6+
}
7+
}

0 commit comments

Comments
 (0)