Skip to content

Instantly share code, notes, and snippets.

@ichiroku11
Created April 20, 2019 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichiroku11/8b7df06784249371c899ef4ea8064b3f to your computer and use it in GitHub Desktop.
Save ichiroku11/8b7df06784249371c899ef4ea8064b3f to your computer and use it in GitHub Desktop.
Sample
using System;
namespace ConsoleApp {
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