We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135b932 commit 9305567Copy full SHA for 9305567
src/Main.java
@@ -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