Skip to content

Instantly share code, notes, and snippets.

@austintraver
Created September 7, 2020 16:26
Show Gist options
  • Select an option

  • Save austintraver/fc541ac9a7ac3767660ea2706cab44d3 to your computer and use it in GitHub Desktop.

Select an option

Save austintraver/fc541ac9a7ac3767660ea2706cab44d3 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdint.h>
int main(int argc, char** argv) {
printf("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment