Skip to content

Instantly share code, notes, and snippets.

@smcl
Forked from anonymous/heyresh.c
Created January 1, 2013 20:27
Show Gist options
  • Save smcl/4429811 to your computer and use it in GitHub Desktop.
Save smcl/4429811 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(){
printf("Hello, Sean :)\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment