Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 488 Bytes
  • 👋 Hi, I’m @vu-nguyen
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]