https://github.com/levmn/levmn
🧸 welcome to my page.
https://github.com/levmn/levmn
Last synced: 6 months ago
JSON representation
🧸 welcome to my page.
- Host: GitHub
- URL: https://github.com/levmn/levmn
- Owner: levmn
- Created: 2021-12-16T00:58:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T19:20:20.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:17:48.143Z (over 1 year ago)
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

```elixir
def levi do
%{
name: "levi magni",
pronouns: ~w(he him),
city: "são paulo, sp, br",
age: 24,
interests: ~w(functionalprogramming open_source
arts cats numetal minecraft
trans_community),
langs: ~w(elixir golang java python),
other: ~w(ᓚᘏᗢ meow)
}
end