aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/ask/lista6/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/ask/lista6/test.c')
-rw-r--r--Semestr 4/ask/lista6/test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Semestr 4/ask/lista6/test.c b/Semestr 4/ask/lista6/test.c
deleted file mode 100644
index 8a84ac2..0000000
--- a/Semestr 4/ask/lista6/test.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-#include <stdint.h>
-
-int main() {
- int32_t x = 0xc0000000;
- int32_t y = x + x;
-
- printf("%d, %d\n", x, y);
-} \ No newline at end of file