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