diff options
author | Franciszek Malinka <franciszek.malinka@gmail.com> | 2021-03-26 18:09:15 +0100 |
---|---|---|
committer | Franciszek Malinka <franciszek.malinka@gmail.com> | 2021-03-26 18:09:15 +0100 |
commit | 96df60657966f3934451ecd6da92d63a500adcf7 (patch) | |
tree | d9645c943345d069cb468494989cf5cdc499c421 /Semestr 4/ask/lista 1/test.c | |
parent | d6e7fae474dc97e46990a45b48ac4f69a35072eb (diff) |
changed dirs names
Diffstat (limited to 'Semestr 4/ask/lista 1/test.c')
-rw-r--r-- | Semestr 4/ask/lista 1/test.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Semestr 4/ask/lista 1/test.c b/Semestr 4/ask/lista 1/test.c deleted file mode 100644 index 0f3c11e..0000000 --- a/Semestr 4/ask/lista 1/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 |