Ethiopian multiplication: Difference between revisions

→‎{{header|Erlang}}: Marked incorrect. Need to define and use three functions as stated in the task description
(Added implementation using Erlang)
(→‎{{header|Erlang}}: Marked incorrect. Need to define and use three functions as stated in the task description)
Line 631:
 
=={{header|Erlang}}==
{{incorrect|Erlang|Need to define and use three functions as stated in the task description}}
<lang erlang>-module(ethiopian_multiplication).
-export([multiply/2]).
Anonymous user