Tue Oct 24 2023 10:01:55 GMT+0000 (Coordinated Universal Time)
Saved by @usman_hamed
#include <stdio.h> int main() { int n; for(n=0;n<=100;n++){ printf("%d .\n",n); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments