Post B6QZ1FbL55EMO3hvuq by fiore@brain.worm.pink
 (DIR) More posts by fiore@brain.worm.pink
 (DIR) Post #B6OSnqhxKmsXNO6ppg by typeswitch@gamedev.lgbt
       2 likes, 1 repeats
       
       // quine.c// compile with -std=c23#include <stdio.h>int main() {    char src[] = {        #embed "quine.c"        ,0    };    printf("%s", src);    return 0;}
       
 (DIR) Post #B6QY7gH0jB0ktOhYRc by atax1a@infosec.exchange
       0 likes, 0 repeats
       
       @typeswitch this cheats :(
       
 (DIR) Post #B6QY7gUptm4PaHAazg by typeswitch@gamedev.lgbt
       0 likes, 0 repeats
       
       @atax1a yes : )
       
 (DIR) Post #B6QY7gif4N84H9ddXk by thephd@pony.social
       0 likes, 0 repeats
       
       @typeswitch @atax1a the duality of engineers,
       
 (DIR) Post #B6QZ1FbL55EMO3hvuq by fiore@brain.worm.pink
       0 likes, 0 repeats
       
       @typeswitch me when i  cheat !