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!]
Created
July 21, 2025 12:11
-
-
Save DJStompZone/ca268aae92b3faa978665a66d3e4247f to your computer and use it in GitHub Desktop.
Work Schedule Ad Infinitum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment