Skip to content

Instantly share code, notes, and snippets.

@shunirr
Created September 20, 2012 09:44
Show Gist options
  • Select an option

  • Save shunirr/3754960 to your computer and use it in GitHub Desktop.

Select an option

Save shunirr/3754960 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void) {
int i = 10;
printf("%d¥n", i);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment