mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
6 lines
55 B
Erlang
6 lines
55 B
Erlang
|
-module(fish).
|
||
|
|
||
|
-compile(export_all).
|
||
|
|
||
|
fish() -> fish.
|