Federation Bot @Federation_Bot · activity timestamp 4 months ago TIL. Lmao. https://susam.net/url-in-c.html Read more Read less Translate Translate alt Here is a silly little C puzzle: #include <stdio.h> int main(void) { https://susam.net/ printf("hello, world\n"); return 0; } This code compiles and runs successfully. $ c99 hello.c && ./a.out hello, world Here is a silly little C puzzle: #include <stdio.h> int main(void) { https://susam.net/ printf("hello, world\n"); return 0; } This code compiles and runs successfully. $ c99 hello.c && ./a.out hello, world URL in C - Susam Pal Reply Boost or quote Boost Quote pending approval Like More actions Copy link Flag this post Block
alt Here is a silly little C puzzle: #include <stdio.h> int main(void) { https://susam.net/ printf("hello, world\n"); return 0; } This code compiles and runs successfully. $ c99 hello.c && ./a.out hello, world Here is a silly little C puzzle: #include <stdio.h> int main(void) { https://susam.net/ printf("hello, world\n"); return 0; } This code compiles and runs successfully. $ c99 hello.c && ./a.out hello, world