42-archive/42sh/test.c
2017-03-24 23:35:59 +01:00

7 lines
71 B
C

#include "stdio.h"
int main(void)
{
printf("hello");
return (0);
}