Skip to content
Snippets Groups Projects
Commit e62225fe authored by Samuel Braun's avatar Samuel Braun
Browse files

Readme update

parent e036fe84
No related branches found
No related tags found
No related merge requests found
Pipeline #241022 failed
......@@ -9,6 +9,13 @@
```
## Nutzung
```bash
python -c 'import hallowelt.hallo;hallowelt.hallo.say_hello()'
```
\ No newline at end of file
1. Kommandozeile
```bash
python -c 'import hallowelt.hallo;hallowelt.hallo.say_hello()'
```
1. Im Skript
```python
import hallowelt.hallo as hey
hey.say_hello()
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment