Skip to content

Instantly share code, notes, and snippets.

package com.codingame.gameengine.runner;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.nio.charset.Charset;
import java.nio.file.Paths;
import java.util.List;
import java.util.Properties;
import org.apache.commons.cli.CommandLine;