Skip to content

Instantly share code, notes, and snippets.

@misterabdul
Created October 27, 2020 20:29
Show Gist options
  • Select an option

  • Save misterabdul/b51cc53d4aaaf34b49def4e70f8d95fc to your computer and use it in GitHub Desktop.

Select an option

Save misterabdul/b51cc53d4aaaf34b49def4e70f8d95fc to your computer and use it in GitHub Desktop.
My first gist.
#include<stdio.h>
int main(void) {
printf("Halo dunia.");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment