public static void Main() { var args = File.ReadAllLines("in.txt"); var helper = new RalphHelper(args); File.WriteAllText("out.txt", helper.HelpRalph().ToString()); }
public void SetUp() { sut = new RalphHelper(exampleArgs); }