diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-25 08:37:54 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-25 10:14:56 +1100 |
commit | c7059c4d7309f1371f5acf8398b4adb4f2f33881 (patch) | |
tree | c833415aab3f905db682710fcf2918ffeb474172 /bin | |
parent | d75b9577bda1e2c629dc9a9f63ee5846231e110d (diff) |
separate dot drawing into standalone program
Diffstat (limited to 'bin')
-rw-r--r-- | bin/draw.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |