Files
cs420/examples/sizeof.c
Jeehoon Kang b929dc334d Initial commit
2020-03-17 17:31:16 +09:00

4 lines
45 B
C

int main() {
return sizeof(const int);
}