Skip to content

Instantly share code, notes, and snippets.

@kb10uy
Created May 30, 2014 15:07
Show Gist options
  • Save kb10uy/04a0b32c620f01b52fc5 to your computer and use it in GitHub Desktop.
Save kb10uy/04a0b32c620f01b52fc5 to your computer and use it in GitHub Desktop.
using System;
public class
Program {
public
static void Main(string[] args){
Console.Write("Hello,World!");
}
}
//このプログラムは、
//C#でコンパイルしても
//Whitespaceで実行しても
//同じ結果を得ることが出来ます。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment