Created
October 25, 2023 15:42
-
-
Save adolfont/5175e7e18494df228241f2cb29dede43 to your computer and use it in GitHub Desktop.
Code by German Velasco (watch his video here https://twitter.com/germsvel/status/1717147400890986954 )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mix.install([ | |
{:req, "~> 0.4.0"} | |
]) | |
Req.get!("https://germanvelasco.com") | |
|> IO.inspect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment