Skip to content

Instantly share code, notes, and snippets.

@rvantonder
Created February 27, 2015 19:15
Show Gist options
  • Save rvantonder/ddc750234c4b7d997433 to your computer and use it in GitHub Desktop.
Save rvantonder/ddc750234c4b7d997433 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
printf("Hello world.\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment