// Agent <AG_NAME> in project <PROJECT_NAME>

/* Initial beliefs and rules */

/* Initial goals */

!start.

/* Plans */

+!start : true <- .print("hello world.").
