From 9d51433ef6329e65938c5655586ea915493ba8ac Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Wed, 14 Oct 2009 01:05:00 -0700 Subject: contribs: moved to contribs dir, added as submodules Signed-off-by: Steven Noonan --- crawl-ref/source/util/lua/test/printf.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 crawl-ref/source/util/lua/test/printf.lua (limited to 'crawl-ref/source/util/lua/test/printf.lua') diff --git a/crawl-ref/source/util/lua/test/printf.lua b/crawl-ref/source/util/lua/test/printf.lua deleted file mode 100644 index 58c63ff518..0000000000 --- a/crawl-ref/source/util/lua/test/printf.lua +++ /dev/null @@ -1,7 +0,0 @@ --- an implementation of printf - -function printf(...) - io.write(string.format(...)) -end - -printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date()) -- cgit v1.2.3-54-g00ecf