We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e684b5 commit 2b9ccfcCopy full SHA for 2b9ccfc
BOJ/silver/BOJ1182/src/Main.java
@@ -0,0 +1,5 @@
1
+public class Main {
2
+ public static void main(String[] args) {
3
+ System.out.println("Hello world!");
4
+ }
5
+}
0 commit comments