7 lines
151 B
Text
7 lines
151 B
Text
use System.IO.File;
|
|
|
|
class Program {
|
|
function : Main(args : String[]) ~ Nil {
|
|
File->ModifiedTime("file_mod.obs")->ToString()->PrintLine();
|
|
}
|
|
}
|