Starting git repo for working on files

This commit is contained in:
sulzlep
2024-07-13 12:44:25 +02:00
commit d45a2994e8
20 changed files with 185 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
public class HelloWorld {
public static void main(String [] args)
{
System.out.println("Hello, World");
}
}