Latice Main

master
Cemal Odabasioglu 2022-03-29 19:15:40 +02:00
parent f8246a6156
commit 2913af5e6a
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package latice.application;
public class LaticeApplicationConsole {
public static void main(String[] args) {
System.out.println("Hello Latice !");
}
}