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 878130b commit ee71e44Copy full SHA for ee71e44
AWT/hello.java
@@ -0,0 +1,8 @@
1
+import java.util.Scanner;
2
+class hello
3
+{
4
+ public static void main(String[] args)
5
+ {
6
+ System.out.println("Hello");
7
+ }
8
+}
0 commit comments