Turing 010 — Division

The division operator in Turing is a slash (“/”).

The following statement divides the number 3 by 4:

put 3 / 4

Assignment

Write a program that prints the quotient of 5 divided by 6. Save as "010.t".