I’ve been dreaming about this topic for ages and never made it. Well here it is, the Snippet of the Day !
Each day (or I hope), I’ll be giving out a bit of code just for fun, or for real interesting work stuff …
I’m waiting for your comments Alexis !
We start off with something very stupid, see for yourself :
class Foo
def initialize
Foo.new
end
end
Foo.new
class HushNoob
{
int main(string[] args)
{
System.Console.WriteLine(“Please take your pills!!”);
return 0;
}
}