aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-07-22 16:32:32 +0200
committerMarvin Borner2020-07-22 16:32:32 +0200
commit5121d4bc820b39901461c759a8fbd57d3a8462e3 (patch)
tree467775459de88994df48bcaeaed9b39d7703a6e4 /apps
parent881a837adb930a0a3316ab57da95d46c1943f3f1 (diff)
Switched to Makefile.
Kinda for the sake of minimalism
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c5
1 files changed, 0 insertions, 5 deletions
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;
-}