Skip to content

Instantly share code, notes, and snippets.

@carlosal1015
Last active December 23, 2017 04:41
Show Gist options
  • Save carlosal1015/da5c1c5de11b503d5c72e7ec9bafcf5c to your computer and use it in GitHub Desktop.
Save carlosal1015/da5c1c5de11b503d5c72e7ec9bafcf5c to your computer and use it in GitHub Desktop.
/*
* 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