From 7487469113eed2daea6c46d2dc50818f4cd62951 Mon Sep 17 00:00:00 2001 From: equa Date: Fri, 24 Dec 2021 22:59:02 -0600 Subject: init --- dump.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dump.fnl (limited to 'dump.fnl') diff --git a/dump.fnl b/dump.fnl new file mode 100644 index 0000000..4024247 --- /dev/null +++ b/dump.fnl @@ -0,0 +1,6 @@ +;; dumps standard input as list of codepoints + +(local x (io.read)) + +(each [_ v (utf8.codes x)] + (print (string.format "%08x" v))) -- cgit 1.3.0-6-gf8a5