We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fd253 commit 561a070Copy full SHA for 561a070
example-haskell/SomeModule.hs
@@ -16,3 +16,6 @@ obj = union $ [
16
, translate (V3 25 0 0) (cylinder2 10 4 10)
17
, translate (V3 (-25) 0 0) obj'
18
]
19
+
20
+main :: IO ()
21
+main = writeSTL res "example.stl" obj
0 commit comments