Skip to content

Instantly share code, notes, and snippets.

@Yi-Tseng
Created January 7, 2016 04:26
Show Gist options
  • Select an option

  • Save Yi-Tseng/1352559dd91518373e64 to your computer and use it in GitHub Desktop.

Select an option

Save Yi-Tseng/1352559dd91518373e64 to your computer and use it in GitHub Desktop.
42.c
#include <stdio.h>
int main(int argc, const char *argv[]) {
char answer = (char)42;
printf("%c\n", answer);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment