1
0
forked from git/belajar
belajar/hello.c
radhitya a4c0b3f551 Update hello.c
nambahin variable x
2026-03-31 07:17:06 +00:00

9 lines
90 B
C

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