Created
January 16, 2020 09:45
-
-
Save hexagit/ad14e916463aba8c19e5d790fb5bc0e6 to your computer and use it in GitHub Desktop.
コマンドテスト
This file contains 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
Console.WriteLine("コマンド開始"); | |
var result = 1 + 1; | |
Console.WriteLine("処理結果 1 + 1 = {0}", result); | |
Console.WriteLine("コマンド終了"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment