Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wowotek58276y@PrivateGER Weirdly this kind of discipline is considered an art ! there is a community that dedicated to make a useful program but written in really obfuscated code like this.
-
wowotek58276y@Brosyl I agree with you, bisqwit mention the contest in his video. he is a really great and skillful programmer. i am a fan of him for some degree.
-
Root825386yCode golfing 😊
It's really quite fun!
It also teaches you some really neat optimizations like the lookup used above.
Related Rants
#include <time.h>
char*w = "AAAA########+++///9999AA Good %s!\n\0Morning\0Day\0Afternoon\0Evening\0Night";
int main(){time_t t=time(0);return printf(w+25, w+w[localtime(&t)->tm_hour]);}
//bisqwit's code
rant
c
obfuscated