From 2c44682139c6db6d7922df29900e5b7d2eab1ad1 Mon Sep 17 00:00:00 2001 From: Nicola <nicoa96@zedat.fu-berlin.de> Date: Tue, 19 Dec 2023 12:42:11 +0100 Subject: [PATCH] the instructions --- Instructions.txt | 2 ++ helloword | 1 + helloword.py | 1 + 3 files changed, 4 insertions(+) create mode 100644 helloword create mode 100644 helloword.py diff --git a/Instructions.txt b/Instructions.txt index 024a6da..144f180 100644 --- a/Instructions.txt +++ b/Instructions.txt @@ -1,3 +1,5 @@ +source ~/.cache/pypoetry/virtualenvs/comp-sci-project-SyZqYvRp-py3.11/bin/activate + to create a branch: git checkout -b <name of the branch> diff --git a/helloword b/helloword new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/helloword @@ -0,0 +1 @@ +print("hello world") diff --git a/helloword.py b/helloword.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/helloword.py @@ -0,0 +1 @@ +print("hello world") -- GitLab