Execute Brain****/Csharp: Difference between revisions

Content added Content deleted
(Added Execute Brain****/Csharp.)
 
m (Fixed syntax highlighting.)
 
Line 1: Line 1:
<lang csharp>using System;
<syntaxhighlight lang="csharp">using System;
using System.CodeDom.Compiler;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Collections.Generic;
Line 42: Line 42:
Run(Translate(brainfuck));
Run(Translate(brainfuck));
}
}
}</lang>
}</syntaxhighlight>