Garbage collector works

This commit is contained in:
Tristan B. Kildaire 2020-06-23 14:34:34 +02:00
parent c958370e37
commit d314aa98e6
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"bformat": "1.0.8",
"tristanable": "0.0.18"
"tristanable": "0.0.19"
}
}

View File

@ -23,6 +23,12 @@ void main()
writeln(receivedKaka);
while(true)
{
writeln(manager.getQueue());
}
}

View File

@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"bformat": "1.0.8",
"tristanable": "0.0.18"
"tristanable": "0.0.19"
}
}