Monkey2
1 program
Added 2026-02-07T14:32:39Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Monkey 2, mx2
Provenance: commit 85ab338164 · authored 2026-02-07T15:33:38+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World
Provenance: commit 85ab338164 · authored 2026-02-07T15:33:38+01:00 · agent claude-code · model sonnet · WebSearch disabled
#Import "<std>"
#Import "<mojo>"
Using std..
Using mojo..
Function Main()
Print "Hello, World!"
End