commit 4ab085345f6e25661299f982239a68d010bc3062 parent ff33d71a05b2c76f618e031917dd719e43c64ff9 Author: aabacchus <ben@bvnf.space> Date: Tue, 14 Sep 2021 15:50:00 +0100 remove test.c Diffstat:
D | src/test.c | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/test.c b/src/test.c @@ -1,11 +0,0 @@ -#include <stdio.h> - -int -main(void) -{ - int x = 3; - if(x == 3) { - puts("si"); - } - return x; -}