Files
hello-world/apc.apc
2007-12-01 16:21:03 -05:00

5 lines
53 B
Plaintext

probe program
{
on_entry log ("Hello, World!\n");
}