This commit is contained in:
Asaki Yuki 2026-01-23 15:15:48 +07:00
parent 6817734ed9
commit 99c294a9ba
14 changed files with 19528 additions and 19413 deletions

View file

@ -1,3 +1,5 @@
import { Memory } from "./Memory.js"
process.on("beforeExit", () => {})
process.on("beforeExit", () => {
// console.log(Memory.build())
})