Skip to content

Instantly share code, notes, and snippets.

View larien's full-sized avatar
💙
Creating things I'm proud of

Lauren Ferreira larien

💙
Creating things I'm proud of
View GitHub Profile
@larien
larien / with.gif
Last active April 11, 2019 12:43
with
with.gif
@larien
larien / it.gif
Last active April 11, 2019 12:44
it
it.gif
@larien
larien / baby.gif
Last active April 11, 2019 12:45
baby
baby.gif
@larien
larien / logo.svg
Created March 5, 2020 16:49
larien logo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@larien
larien / korra-lin.gif
Last active July 11, 2020 19:54
korra-lin.gif
korra-lin.gif
# !/bin/bash
echo "Insira dois números: "
read a
read b
echo "Escolha a operação:"
echo "1. +"
echo "2. -"
echo "3. *"