2019-09-12 10:33:56 -07:00
|
|
|
import system'io;
|
2018-06-22 20:57:24 +00:00
|
|
|
|
2019-09-12 10:33:56 -07:00
|
|
|
public program()
|
|
|
|
|
{
|
|
|
|
|
var text := File.assign("input.txt").readContent();
|
2018-06-22 20:57:24 +00:00
|
|
|
|
2019-09-12 10:33:56 -07:00
|
|
|
File.assign("output.txt").saveContent(text);
|
|
|
|
|
}
|