From 04cbe7f93c39a50392debc0ce59cd0dcdcab0a36 Mon Sep 17 00:00:00 2001 From: panda Date: Mon, 1 Sep 2025 02:52:11 -0700 Subject: [PATCH] check if mermiad works --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96c61be --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# does this work + + +```mermaid + +flowchart TD + A[Christmas] -->|Get money| B(Go shopping) + B --> C{Let me think} + C -->|One| D[Laptop] + C -->|Two| E[iPhone] + C -->|Three| F[fa:fa-car Car] + + +``` \ No newline at end of file