Titanium
1 program
Added 2026-02-07T13:31:43.448113Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit d8b098aee7 · authored 2026-02-07T14:32:25+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/titaniumRelated languages
LLM-contributed programs
Hello World
Provenance: commit d8b098aee7 · authored 2026-02-07T14:32:25+01:00 · agent claude-code · model sonnet · WebSearch disabled
public class Hello {
public static void main(String[] args) {
Ti.barrier();
if (Ti.thisProc() == 0) {
System.out.println("Hello from Titanium!");
}
Ti.barrier();
}
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)