コード例 #1
0
ファイル: Entry.cs プロジェクト: duythien0912/hocode-runner
 public static int Main(string[] args)
 {
     return(Runner.Run(args));
 }