Skip to content

Instantly share code, notes, and snippets.

@ihzarizkyk
Created April 8, 2020 05:42
Show Gist options
  • Save ihzarizkyk/0a7df4f58084f22ab54a34445b0da25d to your computer and use it in GitHub Desktop.
Save ihzarizkyk/0a7df4f58084f22ab54a34445b0da25d to your computer and use it in GitHub Desktop.
//ini header program
#include <stdio.h>
//ini syantax akan dieksekusi pertama kali
int main()
{
//ini cara mencetak string di bahasa Pemrograman C
printf("Hello,Dunia\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment