Skip to content
Snippets Groups Projects
Commit 7a7f0b02 authored by Lina Tunell's avatar Lina Tunell
Browse files

readme

parent 6811360b
No related branches found
No related tags found
No related merge requests found
Programmet körs genom att kompilera robot_main, robot och tabletop likt följande:
g++ robot_main.cpp robot.cpp tabletop.cpp -o program
Programmet kommer då att ta input från filen input.txt när det körs
För att testa kompileras test, robot och tabletop likt följande:
g++ test.cpp robot.cpp tabletop.cpp -o test
I outputen visas en etta efter testnamnet om testet lyckades
Förslag på inputdata för att testa programmet finns i test_data.txt filen.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment