-- Homework 13, problem 3: Roll two dice. -- -- Roll two six-sided dice INDEPENDENTLY using math.random. Print: -- Die 1: -- Die 2: -- Total: -- -- Run with: lua exercises/13/homework/03-roll-two-dice.lua -- Your code goes here: