Added TTCN3

This commit is contained in:
Maciej Lech
2016-05-11 22:50:41 +02:00
parent 576659be97
commit 3a90bc39f7

7
t/TTCN3.ttcn Normal file
View File

@@ -0,0 +1,7 @@
module HelloWorld
{
control
{
log("Hello, world!");
}
}