diff --git a/files/test.m5r b/files/test.m5r index 852b1ba..d0dbadc 100644 --- a/files/test.m5r +++ b/files/test.m5r @@ -1,6 +1,54 @@ - (char)c))); +// M5RCode C# Block: OBFUSCATED, illustrative +using System; +class S{ + static void Main(){ + Console.WriteLine(string.Join("", new int[] {72,101,108,108,111,32,119,111,114,108,100}.Select(c => (char)c))); + } +} ?> +int main() { + int arr[] = {72,101,108,108,111,32,119,111,114,108,100}; + for(int i = 0; i < 11; i++) std::cout << (char)arr[i]; + std::cout << std::endl; + return 0; +} +?> +