Welcome to the 3rd Mock Machine Coding Round by workat.tech.
Please visit this link to participate.
NOTE:
- Currently the unique id isn't based on hash, but a counter that gets appended to type of element being creaated.
- The output is just printing stuff line after line, instead of in a dict. I'll try to change that later.
- I've added some of my own methods, like SHOW USER, CREATE USER, etc.
- Sample input is present in sample_input.txt
TO RUN:
$> g++ user.cpp card.cpp list.cpp board.cpp appManager.cpp driver.cpp -o trello
$> ./trello
TODO: Cmake command