Skip to content

Commit

Permalink
Iam Medeiros - Aprendendo a colaborar
Browse files Browse the repository at this point in the history
  • Loading branch information
iammedeiros committed Nov 20, 2017
1 parent f5a06b4 commit 12ef719
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contribuicao-IamMedeiros.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <locale.h>
#include <stdio.h>

main() {
setlocale(LC_ALL, "portuguese");
printf("Olá galera do github!\nMinha primeira contribuição!!");
}

0 comments on commit 12ef719

Please sign in to comment.