Edwin is a movie fanatic! He wants to create a Go program that takes as input a string with a famous password used in movies, then computes the MD5 and SHA-256 hash values of it, and finally prints it in hexadecimal notation.
Edwin isn't a Go expert, so he has only written the required code to save the input within the famousPwd variable. Your task is to help him write the additional code required to compute the hash values.