From: Jean Privat Date: Mon, 7 Mar 2016 20:26:34 +0000 (-0500) Subject: rosetta code: tape X-Git-Url: http://nitlanguage.org rosetta code: tape Signed-off-by: Jean Privat --- diff --git a/examples/rosettacode/tape.nit b/examples/rosettacode/tape.nit new file mode 100644 index 0000000..1ff531a --- /dev/null +++ b/examples/rosettacode/tape.nit @@ -0,0 +1,10 @@ +#!/usr/bin/env nit +# +# This file is part of NIT ( http://www.nitlanguage.org ). +# This program is public domain + +# Task: Create_a_file_on_magnetic_tape +# SEE: +module tape + +"Hello, World!".write_to_file("/dev/tape")