Files
hello-world/t/TTCN3.ttcn
2018-08-22 01:37:32 -03:00

8 lines
77 B
Plaintext
Executable File

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