mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
8 lines
70 B
HTML
8 lines
70 B
HTML
<script>
|
|
var a = 0;
|
|
while (true) {
|
|
a += 1;
|
|
a -= 1;
|
|
}
|
|
</script>
|