init bcnn

This commit is contained in:
2025-01-15 17:06:29 +01:00
parent ad160877de
commit 49ac43b1fa
6 changed files with 15 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
package net.berack.upo.valpre;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}