Created
October 1, 2023 14:25
-
-
Save tnhung2011/04b5b8a187e1f4dc16dffb1afcbc3a6d to your computer and use it in GitHub Desktop.
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() { | |
for (char i = 0; i < 127; i++) | |
printf("%s", &i); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment