I wrote “Hello world!” in C#. I’m adding C# to my resume now.
(This is part of a bigger plan that will hopefully come to fruition this year. More details soon, possibly in the next post if I’m not lazy or distracted.)
Let’s see if I can remember the code:
Console.Writeline("Hello world");
Fake edit: I checked and forgot to capitalize the L in Line, which would have produced an error, since C# is case-sensitive. But I remembered that it’s case-sensitive!
Also, this is the most coding I’ve done in like ten years.