Skip to content
Snippets Groups Projects
Commit 8a970d48 authored by Björn Fischer's avatar Björn Fischer :new_moon_with_face:
Browse files

migrate

parent f8305000
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<task subatoId="662" id="RecordsExample" lang="Java" attempts="10"> <task subatoId="662" id="RecordsExample" lang="Java" attempts="10">
<name>Java 15 Records</name> <name>Java 15 Records</name>
<evaluator>java15</evaluator> <evaluator>java@java19</evaluator>
<description>Erste Experimente mit Java 15</description> <description>Erste Experimente mit Java 15</description>
<files> <files>
<file public="true" type="template" path="Pair.java"/> <file public="true" type="template" path="Pair.java"/>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<task subatoId="663" id="663Record" lang="Java" attempts="5"> <task subatoId="663" id="663Record" lang="Java" attempts="5">
<name>Ein Record für Date</name> <name>Ein Record für Date</name>
<evaluator>java15</evaluator> <evaluator>java@java19</evaluator>
<description>Die Date Klasse aus dem ersten Semester jetzt als Record.</description> <description>Die Date Klasse aus dem ersten Semester jetzt als Record.</description>
<files> <files>
<file public="true" type="template" path="name/panitz/record/Date.java"/> <file public="true" type="template" path="name/panitz/record/Date.java"/>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<task subatoId="669" id="669Interpreter" lang="Java" attempts="5"> <task subatoId="669" id="669Interpreter" lang="Java" attempts="5">
<name>Interpreter einer While-Sprache</name> <name>Interpreter einer While-Sprache</name>
<evaluator>java15</evaluator> <evaluator>java@java19</evaluator>
<description>Ein kleiner Interpreter über Ausdrücke, die als Record-Objekte vorliegen</description> <description>Ein kleiner Interpreter über Ausdrücke, die als Record-Objekte vorliegen</description>
<files> <files>
<file public="true" type="template" path="name/panitz/Interpreter.java"/> <file public="true" type="template" path="name/panitz/Interpreter.java"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment