19 lines
153 B
C
19 lines
153 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "main.h"
|
|
|
|
#include "unity/unity.h"
|
|
|
|
void setUp()
|
|
{
|
|
}
|
|
|
|
void tearDown()
|
|
{
|
|
}
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|