Tuesday 1 February 2022

Internet Time (in C this time)

The plain C version: 

 
#include <stdio.h>
#include <time.h>
#include <math.h>

No comments: