Created
January 5, 2020 00:27
-
-
Save BrooklinJazz/3bdd028b01506612c748f7d5d6fdd72d to your computer and use it in GitHub Desktop.
hello_world_with_void
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
| #include <stdio.h> | |
| void main(void) | |
| { | |
| printf("Hello Void\n"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment