We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e38b commit 1bbf1aeCopy full SHA for 1bbf1ae
app/api.js
@@ -14,10 +14,15 @@ function generateProjectName() {
14
}
15
16
const DEFAULT_CONTENT = `
17
-/**
18
- * Welcome to Recho Notebook!
19
- * A reactive editor for algorithms and ASCII art.
20
- */
+/*
+** Welcome to
+** ___ _ _ _ _ _ _
+** | _ \\___ __| |_ ___ | \\| |___| |_ ___| |__ ___ ___| |__
21
+** | / -_) _| ' \\/ _ \\ | .\` / _ \\ _/ -_) '_ \\/ _ \\/ _ \\ / /
22
+** |_|_\\___\\__|_||_\\___/ |_|\\_\\___/\\__\\___|_.__/\\___/\\___/_\\_\\
23
+**
24
+** A reactive editor for algorithms and ASCII art.
25
+*/
26
27
// 1. You can call echo(value) to echo output inline as comments, which allows
28
// you to better understand the code by "seeing" every manipulation in-situ.
0 commit comments