5 lines
78 B
Text
5 lines
78 B
Text
|
|
using System.Environment;
|
||
|
|
...
|
||
|
|
def program_name = GetCommandLineArgs()[0];
|
||
|
|
...
|