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.
cout << __DATE__ << " " << __TIME__ << endl;
char *about = "This program was created on "
__DATE__
" at "
__TIME__
" by me";