Commit 0c8186c8 by Patryk Czarnik

Hellow world

parent 305c1daf
package p01_hello;
public class Hello {
static void main() {
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