Пример #1
0
 public void TestRunningExecuteMethod()
 {
     Assert.ThrowsException <NotImplementedException>(() => {
         string output = BrainFuck.Execute("Code", "Input");
     });
 }