From 5121d4bc820b39901461c759a8fbd57d3a8462e3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 16:32:32 +0200 Subject: Switched to Makefile. Kinda for the sake of minimalism --- apps/test.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 apps/test.c (limited to 'apps') diff --git a/apps/test.c b/apps/test.c deleted file mode 100644 index bce7343..0000000 --- a/apps/test.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - int a = 42 >> 6; - return a; -} -- cgit v1.2.3