RosettaCodeData/Task/Permutations/Erlang/permutations-4.erl

2 lines
58 B
Erlang
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
main(_) -> io:fwrite("~p~n", [permute:permute([1,2,3])]).