Skip to content

Instantly share code, notes, and snippets.

View science's full-sized avatar

Steve Midgley science

  • California, USA
View GitHub Profile
import java.util.HashMap;
public class CodeRunner {
TestClass testClass = new TestClass();
String answer_format = "Test1: %s\nTest2: %s";
static String default_output_template = "Correct answers:\nTest1=%s\nTest2=%s\n";
public static void main(String[] args) {
CodeRunner code = new CodeRunner();
HashMap answers = code.tests();