6 lines
106 B
Text
6 lines
106 B
Text
import "io" for File
|
|
|
|
File.delete("input.txt")
|
|
|
|
// check it worked
|
|
System.print(File.exists("input.txt"))
|