Skip to content

Instantly share code, notes, and snippets.

@annibuliful
Created May 25, 2020 16:16
Show Gist options
  • Save annibuliful/716d9e1ee82a03c4fa080d36dd79e829 to your computer and use it in GitHub Desktop.
Save annibuliful/716d9e1ee82a03c4fa080d36dd79e829 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(){
printf("Hello World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment