Run ❯
×
Change Orientation
Change Theme, Dark/Light
#include
int main() { int myInt; printf("%lu", sizeof(myInt)); return 0; }
4