tangled
alpha
login
or
join now
besaid.zone
/
learning-elixir
0
fork
atom
just some stuff
0
fork
atom
overview
issues
pulls
pipelines
learning-elixir
/
attributes.exs
at
main
4 lines
89 B
view raw
wrap content
besaid.zone
structs
18d ago
7b0308ba
1
defmodule
MyServer
do
2
@service
URI
.
parse
(
"
https://google.ca
"
)
3
IO
.
inspect
(
@service
)
4
end