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:
parent
74dfdb42b2
commit
19c2ef6eec
3 changed files with 15 additions and 6 deletions
|
@ -0,0 +1,3 @@
|
|||
putStrLn (show $ 1 - 2)
|
||||
putStrLn $ show (1 - 2)
|
||||
putStrLn $ show $ 1 - 2
|
Loading…
Add table
Add a link
Reference in a new issue