diff options
author | Marvin Borner | 2020-07-22 00:50:41 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-22 00:50:41 +0200 |
commit | 16604c4ea0ebe44f12741d3d6efed0dc1867204f (patch) | |
tree | 7560d30955b7619ca53b2b69b4bc8332054e37f5 /apps | |
parent | a06e4d3a2e0c00210b54f5c060e90c8e5b425646 (diff) |
Okidoki, seems to work!
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/test.c b/apps/test.c index 40ba715..bce7343 100644 --- a/apps/test.c +++ b/apps/test.c @@ -1,4 +1,4 @@ -int main(int argc, char *argv[]) +int main() { int a = 42 >> 6; return a; |