Create HaloDunia.c

master
MD15 2020-04-10 12:06:25 +07:00 committed by GitHub
commit 7734dc6fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#include <stdio.h>
int main () {
printf("Halo, dunia!\n");
}