Files
hello-world/t/TTCN3.ttcn
Maciej Lech 3a90bc39f7 Added TTCN3
2016-05-11 22:50:41 +02:00

8 lines
77 B
Plaintext

module HelloWorld
{
control
{
log("Hello, world!");
}
}