Day 3 of learning C++
Today I learned all about functions in C++. In this repl I created the print_pow void function, which does exactly what the function says. It prints out the power function that I also defined in this repl. This feels very similar to Java with statically typed functions, excited to get further into the 10 hour tutorial!