Project Init

This commit is contained in:
2024-10-10 12:03:49 +02:00
parent 21b50a526f
commit d78c4ec9fd
10 changed files with 439 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
* This source file was generated by the Gradle 'init' task
*/
package net.tomatentum.tomatenmusic3;
public class App {
public static void main(String[] args) {
}
}