using System; internal class Program { private static void Main() { Console.WriteLine("Hello, World!"); Console.WriteLine(); Console.Write("Press any key to continue . . . "); Console.ReadKey(true); } }
October 29, 2009
Syntax Highlighting
Today I installed SyntaxHighlighter on my blog. Now I can post beautiful code examples just for you fellow geeks!
Subscribe to:
Post Comments
(
Atom
)
2 comments :
Dude I haven't even done .net since 3.0 was in beta... :|
Oh man, that sucks. To be honest though, I haven't done any .NET in a while either... The last three [personal] projects I've worked on have been in C++, Java (for Android), and JavaScript. One of these days I need to sit down and study the right way to do WPF so I can pick up my journal project again, just for the sake of C#.
Post a Comment