first commit

This commit is contained in:
2019-12-13 00:53:01 +08:00
parent ee2ddd3704
commit 675fa9869d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# deno_tests # deno_tests
Deno tests Deno tests
Get `deno` from: https://deno.land/

View File

@@ -0,0 +1,2 @@
console.log("Welcome to Deno 🦕");