Initial commit

This commit is contained in:
La Programmatrice Verde
2025-11-18 09:23:13 +01:00
commit 0093b027a7
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>