Skip to content

Instantly share code, notes, and snippets.

@ichiroku11
Created May 17, 2012 23:38
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/2722301 to your computer and use it in GitHub Desktop.
Save ichiroku11/2722301 to your computer and use it in GitHub Desktop.
Hello gist
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApp {
class Program {
static void Main( string[] args ) {
Console.WriteLine( "Hello gist!!" );
}
}
}
@ichiroku11
Copy link
Author

Test!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment