Project-3/src/test_suite.cpp
2023-09-28 16:07:46 +02:00

16 lines
257 B
C++

/** @file test_suite.cpp
*
* @author Cory Alexander Balaton (coryab)
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
*
* @version 0.1
*
* @brief The test suite for the project
*
* @bug No known bugs
* */
int main()
{
return 0;
}