Skip to content

Instantly share code, notes, and snippets.

@danielbonifacio
Created July 21, 2017 15:22
Show Gist options
  • Save danielbonifacio/4ef9d80799598f761c4a268b949a3904 to your computer and use it in GitHub Desktop.
Save danielbonifacio/4ef9d80799598f761c4a268b949a3904 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (void){
char nome[20];
printf("Ola! Insira seu nome, por fovor: \n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment