141
al-m
6y

Laughed more than I'd like to admit tbh

Comments
  • 0
    Actually, it would be quite hard to find C compiler that will not produce valid executable for that source (with some warnings and/or implicit behaviours). ;)
  • 1
    @IllSlapU I concur. I've never (in 30 years) ignored warnings, except few times that was intentionally because of known quirks of used compiler.
  • 1
    @Condor for me, if there is a warning using -Wall -Wextra -Werror, it doesn't work
  • 0
    There's a bug somewhere. This is the std output for printf("Hello WORLD, ASL PLS!?");
  • 0
    @IllSlapU all those shit you mentioned, doesn't matter......
    main(){ }
    Is correct also....
    C is white space insensitive
    So #include<stdio.h> works
    It is just that the output is a piece of crap
  • 0
    sad reacts only :(
Add Comment