-- Homework 11, problem 2: Type checker. -- -- Use type() to print the type of each value below, one per line: -- "world" -- 42 -- 3.14 -- false -- nil -- -- Run with: lua exercises/11/homework/02-type-checker.lua -- Your code goes here: