mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
6 lines
60 B
C
6 lines
60 B
C
int main() {
|
|
unsigned i = 0;
|
|
i = 1;
|
|
return i;
|
|
}
|