-
-
Save Kaligule/05137345f368966d900c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Überschrift | |
Teststring | |
## Zweite Überschrift | |
Test test | |
### Dritte Überschrift | |
Testtesttest | |
#### Beispiel | |
Text vor dem Beispiel... | |
```haskell | |
main :: IO() | |
main = do | |
print "What is your name?" | |
name <- getLine | |
print $ "hello" ++ name | |
``` | |
.. und danach. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Überschrift
Teststring
Zweite Überschrift
Test test
Dritte Überschrift
Testtesttest
Beispiel
Text vor dem Beispiel...
.. und danach.