8 lines
81 B
C

#include <stdio.h>
char world[] = "world";
char* hello() {
return "Hello";
}