RosettaCodeData/Task/Create-a-file/ChucK/create-a-file.chuck

3 lines
52 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
FileIO text;
text.open("output.txt", FileIO.WRITE);