Skip to content

Instantly share code, notes, and snippets.

@dudung
Last active July 24, 2023 15:30
Show Gist options
  • Save dudung/10c2ba110829817f78c5f785b2109b46 to your computer and use it in GitHub Desktop.
Save dudung/10c2ba110829817f78c5f785b2109b46 to your computer and use it in GitHub Desktop.
flowchart TD;
    B --> I --> o1a
    o1b --> P --> o2a
    o2b --> O --> E
    B(["Begin"])
    I[\"Input"\]
    o1a(("1"))
    o1b(("1"))
    P["Process"]
    o2a(("2"))
    o2b(("2"))
    O[\"Output"\]
    E(["End"])
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment