Created
May 30, 2014 15:07
-
-
Save kb10uy/04a0b32c620f01b52fc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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