Skip to content

Instantly share code, notes, and snippets.

@umhan35
Created February 16, 2017 19:17
Show Gist options
  • Save umhan35/83fefc8a7c55368aeb2d533d03e205c3 to your computer and use it in GitHub Desktop.
Save umhan35/83fefc8a7c55368aeb2d533d03e205c3 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
printf("%s\n", (char[]) {0b01101001, 0b00100000, 0b01101100, 0b01101111, 0b01110110, 0b01100101, 0b00100000, 0b01111001, 0b01101111, 0b01110101, '\0'});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment