Research-Stack/2-Search-Space/tardygrada/examples/hello.tardy

11 lines
257 B
Text

// Tardygrada — Hello World
//
// This compiles to an MCP server.
// Clients connect, see three tools (x, y, z),
// and get verified responses with provenance.
agent Main {
let x: int = 5 @verified
let y: int = 42
let z: int = 7 @sovereign
}