Template for your c_strings library. Because of automated testing, it is important not to change the structure or names of files / directories.
To compile your program you can run the script. There is CI on Windows, Ubuntu and ArchLinux.
./compile.sh
Template for your README. Remove all unused parts and instructions
Authors (team): AUTHORS WITH GITHUB LINKS
Variant: VARIANT SHOULD BE HERE
LIST LIBRARIES/TOOLS/OTHER UTILITIES THAT NEED TO BE INSTALLED (E.G. GCC, OPENMP, CMAKE ETC)
HOW TO COMPILE YOUR PROGRAM? (RECOMMENDED: ./comile.sh)
DESCRIBE THE INSTALLATION PROCESS (USE ./dependencies FOLDER)
PROVIDE AN EXAMPLE OF HOW TO RUN YOUR PROGRAM (IT CAN BE A COMMAND LINE WITH INPUT AND EXPECTED OUTPUT)
WHAT ELSE SHOULD WE KNOW ABOUT YOUR WORK? (E.G. KNOWN ISSUES, BUGS, SPECIAL BEHAVIOR ETC)
DESCRIBE THE RESULTS OF THE WORK YOU DID. WHAT DID YOU LEARN OR FIND INTERESTING?
IF APPLICABLE, LIST ALL THE EXTRA FEATURES YOU ADDED. PROVIDE DETAILS
Additional tasks not listed in the previous paragraph would not be graded.
Be sure to provide a complete list of authors.