8 lines
112 B
Text
8 lines
112 B
Text
program EthiopianMultiplication;
|
|
|
|
uses
|
|
Multiplication;
|
|
|
|
begin
|
|
WriteLn('17 * 34 = ', Ethiopian(17, 34))
|
|
end.
|