Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 504 Bytes

File metadata and controls

16 lines (12 loc) · 504 Bytes

Test Task

Note

  • Every Project contain its own README.md file.
  • Please read the README.md before building project

General instructions

====================

  • Use only standard C++.
  • You are invited to use C++11 and C++14 features.
  • Make your code roughly "production quality" in formatting, choosing variable and function names, etc.
  • Comment your code.
  • There is no need to follow any specific code style guide.
  • Add a makefile to allow us to compile and test the code easily on Linux.