Skip to content

Commit

Permalink
Add explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 27, 2024
1 parent 070e16a commit bab3765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
editor = new EditorView({
doc: `# ✨ Welcome to liquidsoap's online interpreter! ✨
# 🤖 Language version: ${version}
#
# ⚠️ This interpreter only supports a small subset of the language ⚠️
#
# For a most complete exploration of all the operators, we recommend
# using the interactive mode using the `liquidsoap --interactive` CLI.
#
# Write your code here:
`,
Expand Down

0 comments on commit bab3765

Please sign in to comment.