I'm glad someone posted where I was stuck on Gupta's tutorial.
I want to add something in case people make the same mistake I do. In the line public static final String MODID = "myMod";, you need to change "myMod" to the name of your mod file. For the sake of example, "myMod" should say "Main".
Found this out as a last attempt to figure out what the problem was for over an hour.
Have fun.