My First Ever Lines of Code!
int drewIsCool = 68;
int drewIsFunny = 1;
int lolLol = drewIsCool + drewIsFunny;
Console.WriteLine(lolLol);
69
One day I hope to be fluent in C# but I'm glad it all started here with this quality tutorial and my stupid first try at coding.