aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/about/introduction.rst
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2024-10-05 16:51:41 +0800
committerHsiangNianian <i@jyunko.cn>2024-10-05 16:51:41 +0800
commite614fd92c3288dd862ffb696cacaa9aadd11516c (patch)
treef1096744915c33a54087ea8afce94ada9c29751e /docs/source/about/introduction.rst
parentc0cc91010b193c270679e51f22dcb0ace1450547 (diff)
downloadHydroRoll-e614fd92c3288dd862ffb696cacaa9aadd11516c.tar.gz
HydroRoll-e614fd92c3288dd862ffb696cacaa9aadd11516c.zip
feat(docs): update readme with accurate community info and license links
Diffstat (limited to 'docs/source/about/introduction.rst')
-rw-r--r--docs/source/about/introduction.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/about/introduction.rst b/docs/source/about/introduction.rst
index 02c627a..ff01d3d 100644
--- a/docs/source/about/introduction.rst
+++ b/docs/source/about/introduction.rst
@@ -1,6 +1,20 @@
前言
====
+.. code-block:: nivis
+
+ if: contained!(event.message, r"Hello") => p", World!" ? false;
+
+
+.. code-block:: rust
+
+ fn main() {
+ println!("Hello, world!");
+ }
+
+
+:issue:`23`
+
在开始之前
----------------------------