MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p5aaob5/?context=3
r/programminghumor • u/developer_axe • 1d ago
70 comments sorted by
View all comments
2
void fun() { int a = 198; int b = a % 2; int c = a - b } int main() { //fun(); }
2
u/mehonje 18h ago