Commit 025b5ca0 by Patryk Czarnik

Hello world na start

parent e8d2ff57
package 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