Friday, August 17, 2007

Hello, World.

main() {
printf("hello, world");
}

main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';

public class HelloWorld
{
public static void main( String[] args )
{
System.out.println( "Hello world" );
}
}

... And my favorite...

namespace HelloWorldApp
{
public class HelloWorld
{
public static void main( String[] args )
{
System.Console.WriteLine("Hello world");
}
}
}

Anyone who can tell me the languages used above gets 10 points.

I'm nibbles&bits. I'm a Business Framework Developer (my own title) and self-professed C# geek. I figured my life was interesting enough to blog about.
As far as I can tell at this point, this blog will consists of mostly rants about work, C# code samples, and general news that happens to catch my interest.
My life is just starting: I'm getting a new car, and I'm 3 months away from being promoted at my job and potentially attending MIT soon after.
All I can say now is check back soon, and enjoy!

No comments: