diff options
Diffstat (limited to 'std/examples/welcome.ts')
-rw-r--r-- | std/examples/welcome.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/examples/welcome.ts b/std/examples/welcome.ts index 69f1069f8..ea72144ef 100644 --- a/std/examples/welcome.ts +++ b/std/examples/welcome.ts @@ -1 +1,2 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. console.log("Welcome to Deno 🦕"); |