#include <stdio.h>

void hi(void) {
   puts("hi");
}

comments (single view)

View all comments