Skip to content

Instantly share code, notes, and snippets.

@hexagit
Created January 16, 2020 09:45
Show Gist options
  • Save hexagit/ad14e916463aba8c19e5d790fb5bc0e6 to your computer and use it in GitHub Desktop.
Save hexagit/ad14e916463aba8c19e5d790fb5bc0e6 to your computer and use it in GitHub Desktop.
コマンドテスト
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