This website requires JavaScript.
Explore
Help
Sign In
education
/
exercism
Watch
1
Star
0
Fork
You've already forked exercism
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26a8976b52
exercism
/
elixir
/
dancing-dots
/
lib
/
dancing_dots
/
dot.ex
5 lines
100 B
Elixir
Raw
Blame
History
defmodule
DancingDots.Dot
do
defstruct
[
:x
,
:y
,
:radius
,
:opacity
]
@type
t
::
%
__MODULE__
{
}
end
Reference in New Issue
View Git Blame
Copy Permalink