Skip to content

Instantly share code, notes, and snippets.

@CarterTsai
Created November 6, 2019 15:07
Show Gist options
  • Save CarterTsai/12e58da980673b430a2ceb2ba68afcd1 to your computer and use it in GitHub Desktop.
Save CarterTsai/12e58da980673b430a2ceb2ba68afcd1 to your computer and use it in GitHub Desktop.
Program.cs
using System;
namespace HamismeTemplate
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment