mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Correctly add newline to end of test program
This commit is contained in:
parent
98026cc3e4
commit
c11e0c1e66
@ -12,4 +12,4 @@ fastfibsum : Int -> Int
|
||||
main : IO ()
|
||||
main = do
|
||||
printLn $ show (add 50 23)
|
||||
printLn $ show ([fastfibsum x | x <- [0..10]])
|
||||
printLn $ show ([fastfibsum x | x <- [0..10]])
|
||||
|
Loading…
Reference in New Issue
Block a user