diff options
Diffstat (limited to 'tests/pub_hello/pub_hello.ek')
| -rw-r--r-- | tests/pub_hello/pub_hello.ek | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pub_hello/pub_hello.ek b/tests/pub_hello/pub_hello.ek new file mode 100644 index 0000000..9dd65d2 --- /dev/null +++ b/tests/pub_hello/pub_hello.ek @@ -0,0 +1,6 @@ +import "import/pub_hello.ek"; + +main() +{ + hello(); +} |
