Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 3fdfcd9

Browse files
committed
Challenge-19
Signed-off-by: Aniket Ghosh <aniketghosh122@gmail.com>
1 parent 4bf3353 commit 3fdfcd9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
https://gist.github.com/quanta003/0f1d52db85431ce40eaf1db83e0b2773
2-
https://gist.github.com/quanta003/33313c6beb1bf5643f7d4d38dc2fdb37
1+
### Spring Boot : https://gist.github.com/quanta003/0f1d52db85431ce40eaf1db83e0b2773
2+
3+
### Tricky Code : https://gist.github.com/quanta003/33313c6beb1bf5643f7d4d38dc2fdb37
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class hello_world{
2+
public static void main(String[] args){
3+
System.out.println("Hello World");
4+
}
5+
}

0 commit comments

Comments
 (0)