Skip to content

Instantly share code, notes, and snippets.

@adolfont
Created October 25, 2023 15:42
Show Gist options
  • Save adolfont/5175e7e18494df228241f2cb29dede43 to your computer and use it in GitHub Desktop.
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 )
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