Skip to content

Instantly share code, notes, and snippets.

@keithlmurphy
Created September 20, 2021 17:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save keithlmurphy/3ea8ee5ebab7ebabf8d2a56af1069d4c to your computer and use it in GitHub Desktop.
Tabs AND spaces finally used together in harmony.
using System;
public class Program
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment