Skip to content

Instantly share code, notes, and snippets.

@tnhung2011
Created October 1, 2023 14:25
Show Gist options
  • Save tnhung2011/04b5b8a187e1f4dc16dffb1afcbc3a6d to your computer and use it in GitHub Desktop.
Save tnhung2011/04b5b8a187e1f4dc16dffb1afcbc3a6d to your computer and use it in GitHub Desktop.
#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