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