belajar/hello.c
radhitya 94fc83a8b6 Update hello.c
menambahkan world
2026-03-31 07:05:26 +00:00

8 lines
79 B
C

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