diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-25 20:32:29 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-25 20:30:55 +0100 |
commit | ed20640a04872f7ab58e6e4428e1536b81141213 (patch) | |
tree | 94a4695dbd68d66d7df3350e3b02e9813de0fc3e /testing/lowjs/test.js | |
parent | 0f5e8e387acadcca36686b7ba0be4225c2b6518b (diff) | |
download | aports-ed20640a04872f7ab58e6e4428e1536b81141213.tar.bz2 aports-ed20640a04872f7ab58e6e4428e1536b81141213.tar.xz |
testing/lowjs: new aport
Diffstat (limited to 'testing/lowjs/test.js')
-rw-r--r-- | testing/lowjs/test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/lowjs/test.js b/testing/lowjs/test.js new file mode 100644 index 0000000000..19dfa14dab --- /dev/null +++ b/testing/lowjs/test.js @@ -0,0 +1 @@ +console.log('Hello, world!') |