Skip to content

Instantly share code, notes, and snippets.

@WillCQ97
Created January 4, 2021 21:06
Show Gist options
  • Save WillCQ97/3966ec40f79caa8107e14a92867d75aa to your computer and use it in GitHub Desktop.
Save WillCQ97/3966ec40f79caa8107e14a92867d75aa to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdin.h>
int main(){
printf("Primeiro gist\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment