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