Skip to content

Commit

Permalink
Create hello.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam4955 committed Oct 13, 2018
1 parent 1c84f05 commit 61ef1e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hello.md
@@ -0,0 +1,9 @@
# Python
print("Hello World!")

# Java
public class Main {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}

0 comments on commit 61ef1e1

Please sign in to comment.