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

2 lines
58 B
Erlang
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
main(_) -> io:fwrite("~p~n", [permute:permute([1,2,3])]).