From c7059c4d7309f1371f5acf8398b4adb4f2f33881 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 25 Jan 2023 08:37:54 +1100 Subject: separate dot drawing into standalone program --- bin/draw.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/draw.hs (limited to 'bin/draw.hs') diff --git a/bin/draw.hs b/bin/draw.hs new file mode 100644 index 0000000..b41c778 --- /dev/null +++ b/bin/draw.hs @@ -0,0 +1,3 @@ +module Main where + +main = undefined -- cgit v1.2.3