We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0b1e1 commit 748bb94Copy full SHA for 748bb94
week_1/Squiggly.java
@@ -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