Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore as many undefined behaviors as possible #53

Open
yvvt0379 opened this issue Oct 4, 2022 · 1 comment
Open

Explore as many undefined behaviors as possible #53

yvvt0379 opened this issue Oct 4, 2022 · 1 comment

Comments

@yvvt0379
Copy link

yvvt0379 commented Oct 4, 2022

Make your colleagues confused by your code!

Good:

a++ += ++a+a++;

Bad:

a++;
a += 2;
@Rudxain
Copy link

Rudxain commented Dec 17, 2022

This reminds me of JSFuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants