5 lines
73 B
Text
5 lines
73 B
Text
|
|
Sub Main()
|
||
|
|
Dim Result As Long
|
||
|
|
Result = Multiply(564231, 897)
|
||
|
|
End Sub
|