mirror of
https://github.com/project-zot/zot.git
synced 2025-02-10 23:39:39 -05:00
5 lines
109 B
Java
5 lines
109 B
Java
public class test {
|
|
public static void main(String[] args) {
|
|
System.out.println("hello world!");
|
|
}
|
|
}
|