Skip to content

Commit 6a1c805

Browse files
Merge pull request #1 from corndeladmin/new-branch-for-snippets
Added new snippets
2 parents 27296fd + 13bf4b1 commit 6a1c805

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/snippets/java/HelloWorld.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Main{
2+
public static void main(String[] args){
3+
System.out.println("Hello world");
4+
}
5+
}

src/snippets/python/hello_world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello World")

0 commit comments

Comments
 (0)