first commit

This commit is contained in:
Stefano Rossi 2025-07-10 03:48:15 +02:00
commit 4240366c52
Signed by: chadmin
GPG key ID: 9EFA2130646BC893
30 changed files with 2581 additions and 0 deletions

16
nbproject/project.xml Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>BomberCoso</name>
<explicit-platform explicit-source-supported="true"/>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
</configuration>
</project>