Might not be what you expect!
#include int main() { std::cout << "Hello, world! "; return 0; }
using System; class Program { public static void Main(string[] args) { Console.WriteLine("Hello, world!"); } }
Jochem's (Software) Technology Blog
Yet another one :)
Might not be what you expect!
#include int main() { std::cout << "Hello, world! "; return 0; }
using System; class Program { public static void Main(string[] args) { Console.WriteLine("Hello, world!"); } }