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