Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { short int myNum = 5000; printf("%d", myNum); return 0; }
5000