Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viglioni committed Jul 6, 2022
1 parent 844acac commit a8087d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

```clojure
(def laura
{:name "Laura Viglioni"
:pronouns "she/her"
:age 30
:work-place "FindHotel"
:education ["M.Sc (ongoing) in Cryptography"
"B.Sc. in Computer Science @ UNICAMP"]
:city "São Paulo, 🇧🇷"
:interests ["functional programming" "emacs"
"cryptography" "free software"
"web" "math" "progressive rock"
"dad jokes" "star wars quotes"]
:lang [🇧🇷, 🇬🇧]})
{:name "Laura Viglioni"
:pronouns "she/her"
:age 30
:work-place "FindHotel"
:education ["M.Sc (ongoing) in Cryptography"
"B.Sc. in Computer Science @ UNICAMP"]
:city "São Paulo, 🇧🇷"
:interests ["functional programming" "emacs"
"cryptography" "free software"
"web" "math" "progressive rock"
"dad jokes" "star wars quotes"]
:lang [🇧🇷, 🇬🇧]})
```


Expand Down

0 comments on commit a8087d4

Please sign in to comment.