Skip to content

Instantly share code, notes, and snippets.

@devilholk
Created November 28, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devilholk/39cfd8c4fa244884a2cc50e61bf4facc to your computer and use it in GitHub Desktop.
Save devilholk/39cfd8c4fa244884a2cc50e61bf4facc to your computer and use it in GitHub Desktop.
Output of text manipulation example
//Include directives
#include <stdio.h>
#include <stdlib.h>
//Main application
int main(int argc, char* argv[]) {
printf("Hello World!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment