-
-
Save Yi-Tseng/1352559dd91518373e64 to your computer and use it in GitHub Desktop.
42.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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