diff --git a/I2_Dobble/stackTest.c b/I2_Dobble/stackTest.c new file mode 100644 index 0000000..d58dc45 --- /dev/null +++ b/I2_Dobble/stackTest.c @@ -0,0 +1,13 @@ +#include "stack.h" +#include "unity.h" +#include "unity_internals.h" + +void setUp(void) { } +void tearDown(void) { } + +int main() +{ + UNITY_BEGIN(); + + return UNITY_END(); +} \ No newline at end of file