Skip to content

jiachenyee/fivepm.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fivepm.xyz

i am now a web developer.

How it works

flowchart TD
    A[Start] --> B{Is it 5pm?};
    B -- Yes --> C[Show yes];
    C --> F["Celebrate 🎉"];
    B -- No --> D[Show no];
    D --> G["Wait. 🫠"];
    F ----> E[End];
    G ----> E[End];
Loading