Skip to content

Instantly share code, notes, and snippets.

@DJStompZone
Created July 21, 2025 12:11
Show Gist options
  • Save DJStompZone/ca268aae92b3faa978665a66d3e4247f to your computer and use it in GitHub Desktop.
Save DJStompZone/ca268aae92b3faa978665a66d3e4247f to your computer and use it in GitHub Desktop.
Work Schedule Ad Infinitum
graph TD
    A[Can I work Wednesday?] -->|Yes| B[See you Wednesday!]
    A -->|No| C[Can I work Monday?]
    C -->|Yes| D[See you Monday!]
    C -->|No| E[See you next week!]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment