Commit 5d4c71ba by Patryk Czarnik

Hello world

parent ad070a19
package p00_hello;
public class Hello {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment