Skip to content

Commit 6ea5a61

Browse files
committed
Add README.md
1 parent f3a4f5d commit 6ea5a61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
These instruction are to help you solve a test challenge "Calculate Square". Instruction to this test challenge can be found at https://calculate-square.herokuapp.com/instructions
2+
3+
Step by step
4+
5+
As per the instruction you have to implement a post endpoint /square
6+
7+
- Go to `square.py` under `codeitsuisse/routes` folder in this template and you will find a post method with name `/square`
8+
- write your implementation in this method. This method will be the entry point when you submit your solution for evaluation
9+
- Note the __init__.py file in each folder. This file makes python treat directories containing it to be loaded in a module
10+
-

0 commit comments

Comments
 (0)