Browse Source

Add project

master
Simon Larsén 3 years ago
commit
bb04d27874
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      README.md

+ 13
- 0
README.md View File

@ -0,0 +1,13 @@
# RepoBee demo task-1
Welcome to the instructions for task-1! Complete the exercises listed below and
submit the results by pushing them to your repository.
### Exercise 1
Write a program `hello.py` that prints "Hello, world!" to standard output.
### Exercise 2
Write another program `add.py` that prompts the user for two numbers and prints
the sum of those numbers to standard output.

Loading…
Cancel
Save