Skip to content
Snippets Groups Projects
Commit 696c403f authored by Goik Martin's avatar Goik Martin
Browse files

Explanation reached points

parent d674d754
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@ import de.hdm_stuttgart.mi.exam.unitmarking.RunTests;
public class GetMarks {
/**
* Execution reveals the number of reached points.
*
* @param args Unused
*/
public static void main(String[] args) {
RunTests.exec(Test_Helper.class, Test_SpielNaechsteRunde.class);
}
......
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