Line circle intersection: Difference between revisions

m
→‎{{header|Haskell}}: Fixed the lang tag to get haskell syntax highlighting
m (→‎{{header|Haskell}}: Fixed the lang tag to get haskell syntax highlighting)
Line 187:
</pre>
=={{header|Haskell}}==
<lang haskell>main = do
mapM_ putStrLn $ task (-10,11) (10,-9) ((3,-5),3)
putStrLn ""
9,655

edits