Run ❯
Get your
own
website
×
Change Orientation
#include
int main() { int x = 10; printf("%d", x); return 0; }
10