4 lines
60 B
C
4 lines
60 B
C
|
// this is a haiku
|
||
|
#include<stdio.h>
|
||
|
printf("hello world");
|