mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
5 lines
116 B
Java
5 lines
116 B
Java
|
class HelloWorld {
|
||
|
public static void main(String args[]) {
|
||
|
System.out.println("Hello, world!");
|
||
|
}
|
||
|
}
|