add memory limit

This commit is contained in:
2026-04-10 18:45:40 +03:00
parent 86b8d83643
commit a977d4d9f5
13 changed files with 662 additions and 37 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module github.com/Mond1c/judge
go 1.26.1
require golang.org/x/sys v0.27.0