Skip to content

Commit 446e105

Browse files
authored
Merge pull request Vedenin#73 from ashishlalwani582/patch-1
Create helloooo world
2 parents 7760126 + 16d4a59 commit 446e105

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

helloooo world

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* This is a simple Java program.
2+
FileName : "HelloWorld.java". */
3+
class HelloWorld
4+
{
5+
// Your program begins with a call to main().
6+
// Prints "Hello, World" to the terminal window.
7+
public static void main(String args[])
8+
{
9+
System.out.println("Hello, World");
10+
}
11+
}

0 commit comments

Comments
 (0)