Created
September 20, 2014 18:48
-
-
Save bntzio/2a4aa32ad42f43b1e79e to your computer and use it in GitHub Desktop.
Simple example in C
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
| #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