Initial commit

This commit is contained in:
La Programmatrice Verde
2025-10-21 09:10:56 +02:00
commit c2a25db02c
6 changed files with 1959 additions and 0 deletions

5
build.xml Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="DIRDIR" default="default" basedir=".">
<description>Builds, tests, and runs the project DIRDIR.</description>
<import file="nbproject/build-impl.xml"/>
</project>