Skip to content

Commit

Permalink
feat: Main 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Sep 22, 2023
1 parent c9057e4 commit 2e12fea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/org/nhnacademy/lsj/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package org.nhnacademy.lsj;

public class Main {

public static void main(String[] args) {

//Problem1.problem1();
//Problem2.problem2();
Problem3.problem3();
//Problem4.problem4();
//Problem5.problem5();
//Problem6.problem6();

}

}

0 comments on commit 2e12fea

Please sign in to comment.