-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(FREE) (NO HUMAN VERIFICATION) CLASH OF CLANS GEMS GENERATOR 2024 WOR…
…KING 2024
- Loading branch information
Showing
3 changed files
with
329 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
``` | ||
int foo = 3; | ||
while (foo-- > 0) | ||
return += foo * 10; | ||
return ^^= 2; | ||
return -= foo; | ||
``` | ||
|
||
``` | ||
mov foo, 3 | ||
xor return, return | ||
loop: | ||
sub foo, 1 | ||
mov foo_temp, foo | ||
mul foo_temp, 10 | ||
add return, foo_temp | ||
cmp foo, 0 | ||
jg loop | ||
imul return, return | ||
sub return, foo | ||
ret | ||
``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.