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

10 lines
100 B
C

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