Skip to content

Instantly share code, notes, and snippets.

@nobuh
Last active April 24, 2019 04:35
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 nobuh/bc2b499ad77e8764c7cc139cf0450b22 to your computer and use it in GitHub Desktop.
Save nobuh/bc2b499ad77e8764c7cc139cf0450b22 to your computer and use it in GitHub Desktop.
C# self learning
using System;
namespace HelloWorld
{
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