8 lines
83 B
C

#include "three.h"
#include <stdio.h>
void three(void)
{
printf("three\n");
}