File input/output: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: added solution that satisfies the task better.)
Line 187: Line 187:


=={{header|Bracmat}}==
=={{header|Bracmat}}==
<lang>put$(get$"input.txt","output.txt",NEW)</lang>
<lang bracmat>put$(get$"input.txt","output.txt",NEW)</lang>


=={{header|C}}==
=={{header|C}}==