mirror of
https://github.com/correl/rebar.git
synced 2025-03-06 20:35:10 -10:00
6 lines
55 B
Erlang
6 lines
55 B
Erlang
|
-module(fish).
|
||
|
|
||
|
-compile(export_all).
|
||
|
|
||
|
fish() -> fish.
|