This commit is contained in:
Rémi Heredero 2021-11-28 10:22:11 +01:00
commit 4ab62020a4
8 changed files with 20 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/fungraphics_1.5.4.jar Normal file

Binary file not shown.

View File

@ -0,0 +1,6 @@
package C8tableaux.C81enum;
public class App {
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!");
}
}

View File

@ -0,0 +1,5 @@
package C8tableaux.C81enum;
public class Cat {
}

View File

@ -0,0 +1,5 @@
package C8tableaux.C81enum;
public class Glace {
}