Skip to content

Instantly share code, notes, and snippets.

View ShiroUsagi-san's full-sized avatar
🎯
Focusing

Mahal ShiroUsagi-san

🎯
Focusing
View GitHub Profile
@ShiroUsagi-san
ShiroUsagi-san / quine.c
Created September 5, 2017 18:17
quine moche
/* See comments below */
const unsigned char data[] = {
/* 00000000: */ 0x20, 0x20, 0x20, 0x20,
/* 00000004: */ 0x2f, 0x2a, 0x20, 0x54,
/* 00000008: */ 0x68, 0x69, 0x73, 0x20,
/* 0000000c: */ 0x69, 0x73, 0x20, 0x61,
/* 00000010: */ 0x20, 0x73, 0x65, 0x6c,
/* 00000014: */ 0x66, 0x72, 0x65, 0x70,
/* 00000018: */ 0x20, 0x28, 0x71, 0x75,