B-contribution signed

This commit is contained in:
Immanuel Alvaro Bhirawa 2023-03-19 20:51:14 +11:00
parent 7f915f3594
commit 34781b79cf
6 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="19" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

@ -12,8 +12,8 @@ contributions:
contribution: 33
- uid: u7156831
contribution: 33
- uid:
contribution:
- uid: u7280427
contribution: 33
# Sign *your* name and uids here. (Remove entries if you have fewer
# than three members)

View File

@ -15,3 +15,4 @@ public class board {
}
}

View File

@ -57,3 +57,4 @@ public class play {
return false; // Needed to stop errors
}
}

View File

@ -40,3 +40,4 @@ public class setup {
public static void main(String[] args) {
}
}