diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 22:39:10 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 22:39:10 +0100 |
commit | 61517df00b34bb1b985705092de5e81d13fb59c9 (patch) | |
tree | ddf25ab97efa40525746eed8639c6d03a57496f7 /exec | |
parent | 63d34635cc895019a3c4e510e5d10a6a715e2e85 (diff) | |
download | haskell-ebus-61517df00b34bb1b985705092de5e81d13fb59c9.tar.gz haskell-ebus-61517df00b34bb1b985705092de5e81d13fb59c9.zip |
tests && executables
Diffstat (limited to 'exec')
l--------- | exec/.#ebus-dump-layer2.hs | 1 | ||||
-rw-r--r-- | exec/ebus-dump-layer2.hs | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/exec/.#ebus-dump-layer2.hs b/exec/.#ebus-dump-layer2.hs new file mode 120000 index 0000000..1a565a9 --- /dev/null +++ b/exec/.#ebus-dump-layer2.hs @@ -0,0 +1 @@ +yvesf@x200s.23051:1331883860
\ No newline at end of file diff --git a/exec/ebus-dump-layer2.hs b/exec/ebus-dump-layer2.hs new file mode 100644 index 0000000..84d72e2 --- /dev/null +++ b/exec/ebus-dump-layer2.hs @@ -0,0 +1,4 @@ +module Main(main) where + +main = do + print "Hello ebus-dump-layer" |