This commit is contained in:
2021-11-28 10:22:11 +01:00
commit 4ab62020a4
8 changed files with 20 additions and 0 deletions
+4
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.
Binary file not shown.
+6
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!");
}
}
+5
View File
@@ -0,0 +1,5 @@
package C8tableaux.C81enum;
public class Cat {
}
+5
View File
@@ -0,0 +1,5 @@
package C8tableaux.C81enum;
public class Glace {
}