Gopher has created a command line application in which there are a few commands that we have to implement to get the points 🪙 and move up on the leaderboard.
-
If you are using codespace then simply run the executable by using the following command
./submit
-
If you are developing locally then use git commands and simply push the changes
-
- Aim: Print "Hello From Manager"
- Points: 0 🪙
-
- Aim: Insert data into Projects slice
- Points: 10 🪙
-
-
Aim: Print the sum of the cost of all the Projects
-
Points: 15 🪙
-
Sample Output:
1000
-
-
-
Aim: Print the information of Projects
-
Points: 20 🪙
-
Sample Output:
Index: 0 Project Name: Git Assigned To: Linus Torvalds Completion Status: false Cost: 1000 Index: 1 Project Name: K8s Assigned To: CNCF Completion Status: false Cost: 2000 . . .
-
-
- Aim: Update the project data in Projects slice
- Points: 25 🪙
-
- Aim: Delete the project from a particular index from Projects slice
- Points: 30 🪙