I can\'t figure what\'s my wrong with my code below.
When I try to compile I get the message:
does not contain a static \'main\' method suitab
Your project must be created as an empty project. So the output type shows as Console Application. Change it to Class library, and it should work