mirror of
https://github.com/kmitresse/Master-TI-2.git
synced 2026-07-09 03:57:46 +00:00
6 lines
112 B
Java
Executable File
6 lines
112 B
Java
Executable File
public class Source {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello world!");
|
|
}
|
|
}
|