Commit 8e2eda46 by Patryk Czarnik

Przykładowy program Java

parent 6d43fcfe
package com.example;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
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