Skip to content

Instantly share code, notes, and snippets.

@akatov
Last active August 17, 2023 15:56
Show Gist options
  • Save akatov/c478eed76789d5048527b8b5badd2aed to your computer and use it in GitHub Desktop.
Save akatov/c478eed76789d5048527b8b5badd2aed to your computer and use it in GitHub Desktop.
Hoot Experiments
https://akatov.git.ht

Here is a diagram

it is using mermaid

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

let x = 2 + 3;
function hello() {
  console.log("hello");
}

Here is a diagram

this is using mermaid:

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;

This was made by Dmitri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment