Skip to content

twistezo/twistezo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

72 Commits
Β 
Β 

Repository files navigation

---
config:
  look: handDrawn
  securityLevel: antiscript
  flowchart:
    diagramPadding: 0
    nodeSpacing: 15
    rankSpacing: 50
    padding: 10
---
flowchart LR
    BLOG(blog)
    NPM(npm packages)
    CODE@{ shape: st-rect, label: "code smells"}
    A(SPOJ - Rust)
    B(πŸŽ„ AoC 21' - TypeScript)
    C(πŸŽ„ AoC 22' - Python)

    BLOG --- NPM --- CODE
    CODE --> A
    CODE --> B ~~~~ END
    CODE --> C

    click BLOG href "https://twistezo.github.io/blog/" _blank
    click NPM href "https://www.npmjs.com/~twistezo" _blank
    click A href "https://github.com/twistezo/spoj-tournament" _blank
    click B href "https://github.com/twistezo/advent-of-code-2021" _blank
    click C href "https://github.com/twistezo/advent-of-code-2022" _blank

    classDef hidden display: none
    class END hidden
    classDef link text-decoration: none
    class BLOG,NPM,CODE,A,B,C link
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published