Created
November 5, 2015 19:19
-
-
Save migueldeicaza/fef5f0ced7bb866c9232 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Mono.CSharp; | |
class X { | |
static void Main () | |
{ | |
var a = new | |
Evaluator (new CompilerContext (new CompilerSettings (), new ConsoleReportPrinter ())); | |
a.Run ("System.Console.WriteLine (true);"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment