Last active
December 23, 2017 04:41
-
-
Save carlosal1015/da5c1c5de11b503d5c72e7ec9bafcf5c 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
/* | |
* My first program in C. The used and abused hello world :D | |
* | |
* Author: | |
* carlosal1015 :D | |
* | |
* Notes: | |
* This is just an example. | |
*/ | |
#include <stdio.h> | |
int main (void){ | |
printf("Osea, hello world"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment