Skip to content

Instantly share code, notes, and snippets.

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