Turing 009 — Multiplication

The multiplication operator in Turing is an asterisk ("*").

The following statement multiplies the numbers 3 and 4:

put 3 * 4

Assignment

Write a program that prints the product of 5 and 6.

Save as "009.t".