mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
cc2eda0335
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
6 lines
109 B
Java
6 lines
109 B
Java
public class test {
|
|
public static void main(String[] args) {
|
|
System.out.println("hello world!");
|
|
}
|
|
}
|