Skip to content

Commit 561a070

Browse files
committed
add main to example-haskell/SomeModule.hs
1 parent d4fd253 commit 561a070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example-haskell/SomeModule.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ obj = union $ [
1616
, translate (V3 25 0 0) (cylinder2 10 4 10)
1717
, translate (V3 (-25) 0 0) obj'
1818
]
19+
20+
main :: IO ()
21+
main = writeSTL res "example.stl" obj

0 commit comments

Comments
 (0)