belajar/hello.c
2026-03-31 07:14:34 +00:00

9 lines
99 B
C

#include <stdio.h>
int
main(void)
{
print("hello");
print("hworld");
print("hallo");
}