Update skeleton

This commit is contained in:
Jeehoon Kang
2020-05-02 07:52:40 +00:00
parent 3bef06455e
commit f4dc5e426c
11 changed files with 142 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
int main() {
char a = -1;
char a = 127;
char b = a << 1;
unsigned char c = (unsigned char)b >> 1;