Skip to content

Commit ee71e44

Browse files
Create hello.java
1 parent 878130b commit ee71e44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

AWT/hello.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)