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()
{
int prev_count = 1428;
prev_count++;
printf("%d\n",prev_count);
}
// Spamming in C AGAIN... LIKE A FUCKING BOSS!