Skip to content
/ assignment_git Public template

Assignment to exercise with Git and GitHub Classroom

License

Notifications You must be signed in to change notification settings

vvv-school/assignment_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Assignment for Git and GitHub Classroom

Gitpod

Prerequisites

By now, you should be familiar with Git.

Assignment

We have prepared a very rudimental server that receives via a YARP port an integer, computes if the integer is even or odd as well as prime or composite and then provides back the response.

We are not interested here in how YARP plumbing works but rather we want you to fix the present code using Git and GitHub.

Therefore, you are simply required to fill in the missing gaps highlighted by the comment // FILL IN THE CODE within the file src/main.cpp and commit your solution to this repository.

You can test your code running the script test.sh in the smoke-test directory.

About

Assignment to exercise with Git and GitHub Classroom

Resources

License

Stars

Watchers

Forks