Skip to content

Commit 52a94b4

Browse files
committed
add frontend boilerplate code
1 parent ae18931 commit 52a94b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/App.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class App {
2+
public static void main(String[] args){
3+
System.out.println("Sanity Check");
4+
}
5+
}

0 commit comments

Comments
 (0)