Skip to content

Commit 434867b

Browse files
Start Coding - Java
1 parent 37e6999 commit 434867b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Start_Coding_Java.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class Geeks{
2+
// Function to print hello
3+
static void printHello(){
4+
// Your code here
5+
System.out.print("Hello World");
6+
}
7+
}

0 commit comments

Comments
 (0)