Hello, world!(C#)

C#のコンソールで・・・。

f:id:BG1:20160511112717p:plain

今回は空のプロジェクトで・・・。

f:id:BG1:20160511112852p:plain

ソースを追加・・・。

f:id:BG1:20160511113031p:plain

コードファイルでHelloWorld.cs・・・。

f:id:BG1:20160511113426p:plain

[参照の追加]でSystemを追加・・・。

あとは、

Console.WriteLineで"Hello, world!"・・・。

f:id:BG1:20160511113825p:plain

こんな感じ・・・。

https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/cs/src/HelloWorld/HelloWorld/HelloWorld.cs