Compare commits

...

1 Commits
main ... Fynn

Author SHA1 Message Date
smittythekid fb6fed23fd branch published 2026-04-07 19:42:53 +02:00
1 changed files with 5 additions and 0 deletions

View File

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