Skip to content

Instantly share code, notes, and snippets.

@bntzio
Created September 20, 2014 18:48
Show Gist options
  • Save bntzio/2a4aa32ad42f43b1e79e to your computer and use it in GitHub Desktop.
Save bntzio/2a4aa32ad42f43b1e79e to your computer and use it in GitHub Desktop.
Simple example in C
#import <stdio.h>
#import <stdlib.h>
int main() {
char name;
printf("Hello! this is a basic example of programming with the C language!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment