Add file Example.java to the project.

This commit is contained in:
Rafal123 2024-10-14 08:55:12 +00:00
parent d9078139f7
commit 1b37786394

View File

@ -0,0 +1,5 @@
public class Example {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}