diff --git a/Instructions.txt b/Instructions.txt index 024a6da9917e4511cf28ba56d4d77671999af716..144f18016f26e90a80439809d4c4aa129b98dd86 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 0000000000000000000000000000000000000000..8cde7829c178ede96040e03f17c416d15bdacd01 --- /dev/null +++ b/helloword @@ -0,0 +1 @@ +print("hello world") diff --git a/helloword.py b/helloword.py new file mode 100644 index 0000000000000000000000000000000000000000..8cde7829c178ede96040e03f17c416d15bdacd01 --- /dev/null +++ b/helloword.py @@ -0,0 +1 @@ +print("hello world")