diff options
author | stuebinm | 2022-11-05 14:42:48 +0100 |
---|---|---|
committer | stuebinm | 2022-11-05 14:42:48 +0100 |
commit | f2179094320eada798ece41911e1489beb12ab82 (patch) | |
tree | 17ab804a2fc40bba66e9dafeac0e9c9c9b4d7ebe /vdv-test |
simple hacky thing that doesn't do validation
Diffstat (limited to 'vdv-test')
-rw-r--r-- | vdv-test/Main.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vdv-test/Main.hs b/vdv-test/Main.hs new file mode 100644 index 0000000..6092ddb --- /dev/null +++ b/vdv-test/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import VDV453.Kommunikationsschicht + +main :: IO () +main = do + runDumbClient |