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

3 lines
52 B
Plaintext

FileIO text;
text.open("output.txt", FileIO.WRITE);