Skip to content

Commit 748bb94

Browse files
committed
adding squiggly
1 parent ac0b1e1 commit 748bb94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

week_1/Squiggly.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package week_1;
2+
3+
public class Squiggly {
4+
public static void main(String[] args) {
5+
String s = "hello";
6+
}
7+
}

0 commit comments

Comments
 (0)