2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Haskell (dollar-Zeichen)

This commit is contained in:
Martin Thoma 2014-03-30 13:59:51 +02:00
parent 74dfdb42b2
commit 19c2ef6eec
3 changed files with 15 additions and 6 deletions

View file

@ -0,0 +1,3 @@
putStrLn (show $ 1 - 2)
putStrLn $ show (1 - 2)
putStrLn $ show $ 1 - 2