And now I should probably tackle the festering abscess that is my Systems backlog.
…but that won’t stop me from gloating about my first programming written entirely with Mono and Monodevelop: /gloat using System; namespace wageCalc { class MainClass { public static void Main (string[] args) { Console.WriteLine (“Welcome to wageCalc v1.0. All support queries and emails should go to:nntMark Grealish (mark@bhalash.com)”); Console.WriteLine [...]