Google Code Jam 2003 Announced
An anonymous reader says "O'Reilly Developer News is reporting details of the newest Google programming contest, Google Code Jam 2003. Prizes range from t-shirts to ten grand and you can use any programming language you want to solve the increasingly challenging problems."
Update by J : ... as long as it's Java, C++, C# or VB.NET.
Unfortunately, they won't let you use ANY programming language, your choices are: Java, C++, C# or VB.NET.
I was really hoping someone would join and attempt to do everything in FORTRAN or assembly.
-- Dr. Eldarion --
as long as it's Java, C++, C#, or VB.NET.
c++ started out as a superset of c, but the inverse isn't true any more.
C++ is a superset of C. You could code an entire program in C and it would also be valid C++...