Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Count to a million

#include <stdio.h>
void main()
{
int32_t million = 0x657;
while ( million <= 0xF4240 )
{
million++;
}
printf("%d",million);
}

//Hope my vars were right :P