https://github.com/mat3e/mat3e
Profile README
https://github.com/mat3e/mat3e
Last synced: 6 months ago
JSON representation
Profile README
- Host: GitHub
- URL: https://github.com/mat3e/mat3e
- Owner: mat3e
- Created: 2024-10-28T17:27:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:50:27.000Z (over 1 year ago)
- Last Synced: 2025-03-04T01:30:24.079Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi there 👋🏻
> [!TIP]
> Remember GitHub supports [blockquote highlighting](https://github.com/orgs/community/discussions/16925) and [Mermaid](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams) 👇🏻
```mermaid
flowchart LR
Start([Start])
End([End])
Coffee{Alredy after coffee?}
Code[Coding]
DoCoffee[☕️]
Start --> Coffee
Coffee --Yes--> Code --> End
Coffee -. No .-> DoCoffee --> Coffee
```