Skip to content

Instantly share code, notes, and snippets.

@HurricanKai
Created November 28, 2017 20:21
Show Gist options
  • Save HurricanKai/48febd3d5c7908dde0953ff99c5ef5b7 to your computer and use it in GitHub Desktop.
Save HurricanKai/48febd3d5c7908dde0953ff99c5ef5b7 to your computer and use it in GitHub Desktop.
Created for The Blog: https://hurricankai.github.io/Blog
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
int myNum = 0;
string MyString = "Hi!";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment