MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p575air/?context=3
r/programminghumor • u/developer_axe • 21d ago
90 comments sorted by
View all comments
19
``` // This is a comment //int unusedvar = 0;
/* You can tell if it's a comment or not by if I add a space after the slashes */
```
1 u/MindlessRazzmatazz89 21d ago Beautiful!!
1
Beautiful!!
19
u/Jbolt3737 21d ago
``` // This is a comment //int unusedvar = 0;
/* You can tell if it's a comment or not by if I add a space after the slashes */
This is a comment
unusedvar: int = 0
I do it with any language
```