diff options
Diffstat (limited to '')
-rw-r--r-- | vdv-testclient/Main.hs (renamed from vdv-test/Main.hs) | 0 | ||||
-rw-r--r-- | vdv-testserver/Main.hs | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/vdv-test/Main.hs b/vdv-testclient/Main.hs index 6092ddb..6092ddb 100644 --- a/vdv-test/Main.hs +++ b/vdv-testclient/Main.hs diff --git a/vdv-testserver/Main.hs b/vdv-testserver/Main.hs new file mode 100644 index 0000000..ba2ee21 --- /dev/null +++ b/vdv-testserver/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import VDV453.Kommunikationsschicht + +main :: IO () +main = do + runDumbServer |