in ,

Why bother commenting your code, when you can do this?

Why bother commenting your code, when you can do this? | code-memes, program-memes, c-memes, IT-memes, bot-memes, comment-memes | ProgrammerHumor.io
code-memes, program-memes, c-memes, IT-memes, bot-memes, comment-memes | ProgrammerHumor.io

Content

include stdio.h 2 3 define This int 4 define program main) 5 define will 6 define Prompt int x; define the int y; 8 define user scanf 9 define to ( 10 define enter 11 define two "i i" 12 define numbers , x, y); 13 define Print printf 14 define their ("i", 15 define sum y); 16 define Exit return 17 define with 18 define exit 19 define code 20 define Thats 21 define all 7 22 23 This program will 24 Prompt the user to enter two numbers 25 Print their sum 26 Exit with exit code 0 27 Thats all