Skip to content

Commit

Permalink
New Charon version
Browse files Browse the repository at this point in the history
  • Loading branch information
Haspamelodica committed Jun 20, 2023
1 parent 7a95aef commit 1719b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charon
Submodule Charon updated 35 files
+324 −0 exercise/frontend/ssi/src/main/java/net/haspamelodica/charon/GeneratePrototype.java
+13 −0 templates/gradle/EXERCISENAME JUnit.launch
+21 −0 templates/gradle/EXERCISENAME-Exercise JUnit.launch
+18 −0 templates/gradle/EXERCISENAME-Student.launch
+6 −0 templates/gradle/exercise/.gitignore
+45 −0 templates/gradle/exercise/build.gradle
+ templates/gradle/exercise/gradle/wrapper/gradle-wrapper.jar
+6 −0 templates/gradle/exercise/gradle/wrapper/gradle-wrapper.properties
+244 −0 templates/gradle/exercise/gradlew
+92 −0 templates/gradle/exercise/gradlew.bat
+1 −0 templates/gradle/exercise/settings.gradle
+22 −0 templates/gradle/exercise/test/helloworld/HelloWorld.java
+26 −0 templates/gradle/exercise/test/helloworld/HelloWorldTest.java
+14 −0 templates/gradle/set-project-name.sh
+41 −0 templates/gradle/student/.gitattributes
+6 −0 templates/gradle/student/.gitignore
+27 −0 templates/gradle/student/build.gradle
+ templates/gradle/student/gradle/wrapper/gradle-wrapper.jar
+6 −0 templates/gradle/student/gradle/wrapper/gradle-wrapper.properties
+244 −0 templates/gradle/student/gradlew
+92 −0 templates/gradle/student/gradlew.bat
+1 −0 templates/gradle/student/settings.gradle
+9 −0 templates/gradle/student/src/helloworld/HelloWorld.java
+13 −0 templates/maven/EXERCISENAME JUnit.launch
+22 −0 templates/maven/EXERCISENAME-Exercise JUnit.launch
+17 −0 templates/maven/EXERCISENAME-Student.launch
+4 −0 templates/maven/exercise/.gitignore
+40 −0 templates/maven/exercise/pom.xml
+22 −0 templates/maven/exercise/src/test/java/helloworld/HelloWorld.java
+26 −0 templates/maven/exercise/src/test/java/helloworld/HelloWorldTest.java
+14 −0 templates/maven/set-project-name.sh
+41 −0 templates/maven/student/.gitattributes
+4 −0 templates/maven/student/.gitignore
+34 −0 templates/maven/student/pom.xml
+9 −0 templates/maven/student/src/main/java/helloworld/HelloWorld.java

0 comments on commit 1719b41

Please sign in to comment.