worked on config

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 00:22:41 +02:00
parent a2868c8783
commit 37e5b5e555
9 changed files with 225 additions and 39 deletions

View file

@ -1,15 +1,6 @@
#include <stdio.h>
#include "../../test.h"
int main() {
int a;
printf("hello, world!! %d\n", a);
}
void test_it_works() {
assert_eq_int(2 + 2, 4);
}
void test_it_fails() {
assert_eq_int(2 + 2, 5);
}