Skip to content

Instantly share code, notes, and snippets.

@BrooklinJazz
Created January 5, 2020 00:27
Show Gist options
  • Select an option

  • Save BrooklinJazz/3bdd028b01506612c748f7d5d6fdd72d to your computer and use it in GitHub Desktop.

Select an option

Save BrooklinJazz/3bdd028b01506612c748f7d5d6fdd72d to your computer and use it in GitHub Desktop.
hello_world_with_void
#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