diff options
author | 2022-07-06 21:32:24 +0200 | |
---|---|---|
committer | 2022-07-08 02:32:55 -0700 | |
commit | 43657c4dd8bab21961128aae27aeafecf8fb42de (patch) | |
tree | 6ef649254163c9d05ff55a9ca2acce9e4d535b80 /examples/blank/src | |
parent | 57d9c500a8977a786e8973fd7cede9411e3b830f (diff) | |
download | bun-43657c4dd8bab21961128aae27aeafecf8fb42de.tar.gz bun-43657c4dd8bab21961128aae27aeafecf8fb42de.tar.zst bun-43657c4dd8bab21961128aae27aeafecf8fb42de.zip |
new template blank
Diffstat (limited to 'examples/blank/src')
-rw-r--r-- | examples/blank/src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blank/src/index.js b/examples/blank/src/index.js new file mode 100644 index 000000000..73c02658c --- /dev/null +++ b/examples/blank/src/index.js @@ -0,0 +1 @@ +console.log('Hello World');
\ No newline at end of file |