Skip to content

Instantly share code, notes, and snippets.

View dudung's full-sized avatar

Sparisoma Viridi dudung

View GitHub Profile
flowchart TD;
    B --> I --> o1a
    o1b --> P --> o2a
    o2b --> O --> E
    B(["Begin"])
    I[\"Input"\]
    o1a(("1"))
    o1b(("1"))
 P["Process"]
@dudung
dudung / hello_world.py
Last active July 24, 2023 22:19
hello_world.py
print("Hello, World!")