mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 16:24:57 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
parent
bc615572a9
commit
db450dbc44
28 changed files with 1 additions and 1 deletions
8
Base/home/anon/Source/js/gc-strings.js
Normal file
8
Base/home/anon/Source/js/gc-strings.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
function foo() {
|
||||
var a = [];
|
||||
for (var i = 0; i < 4000; ++i) {
|
||||
a.push("string" + i);
|
||||
}
|
||||
}
|
||||
|
||||
foo();
|
Loading…
Add table
Add a link
Reference in a new issue