File size: 74 Bytes
7df9186
 
 
 
 
1
2
3
4
5
6
#include <stdio.h>

void helloc(void) {
  printf("C: Hello, world!\n");
}