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

3 lines
52 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
FileIO text;
text.open("output.txt", FileIO.WRITE);