// This script runs a single expression.

print("The result should be 46:");

print(34 + 12);