Initial commit

This commit is contained in:
La Programmatrice Verde
2026-03-24 08:24:22 +01:00
commit 1e6b15528b
6 changed files with 1960 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>