From 7f3509419bcd3267aea31fef980a093d2c3588d9 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Mon, 18 Sep 2023 07:22:05 +0200 Subject: [PATCH] init base structure --- Code/hello_world.py | 1 + Notes/tutorat-01.md | 1 + README.md | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Code/hello_world.py create mode 100644 Notes/tutorat-01.md diff --git a/Code/hello_world.py b/Code/hello_world.py new file mode 100644 index 0000000..7ddfc8f --- /dev/null +++ b/Code/hello_world.py @@ -0,0 +1 @@ +print('hello world!') \ No newline at end of file diff --git a/Notes/tutorat-01.md b/Notes/tutorat-01.md new file mode 100644 index 0000000..db988d3 --- /dev/null +++ b/Notes/tutorat-01.md @@ -0,0 +1 @@ +# Tutorat 01 \ No newline at end of file diff --git a/README.md b/README.md index 8f2b131..ebe3135 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # EidP-2024 -Repository zum Tutorium für EidP für das Wintersemester 2024 \ No newline at end of file +Repository zum Tutorium für EidP für das Wintersemester 2024 + +## Kontakt + +* [Mail](mailto:nils@narl.io) +* [Discord](https://discord.gg/amykAk3EvC) \ No newline at end of file