Created
October 26, 2016 18:44
-
-
Save schweigert/e15d88f13d92e01c1e19f0c12a8d6b6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main(void){ | |
| printf("Olá amiguinhos"); | |
| // Sejam bem vindos ao MPB0 | |
| return 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment