File size: 485 Bytes
02dd0fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | version = "1.0"
[task]
name = "infrabench/hello-world"
authors = []
keywords = []
[metadata]
author_name = "Alex Shaw"
author_email = "alexgshaw64@gmail.com"
difficulty = "easy"
category = "programming"
tags = [ "trivial",]
[verifier]
timeout_sec = 120.0
[agent]
timeout_sec = 120.0
[environment]
build_timeout_sec = 600.0
cpus = 1
memory_mb = 2048
storage_mb = 10240
gpus = 0
allow_internet = true
mcp_servers = []
[verifier.env]
[solution.env]
|