Skip to content
Snippets Groups Projects
time_calculus.c 208 B
//The entire code is removed to accomodate for various changes done to function signatures. Coming back shortly!!

#include<stdio.h>

int
main(int argc, char *argv[])
{
  printf("Hello World");
  return 0;
}