rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
18 stars 0 forks source link

5th ed. missing word #713

Open doomydot opened 6 months ago

doomydot commented 6 months ago

image

Give your program a traditional Program and Main method instead of top-level statements.

should be

Give your program a traditional Program class and Main method instead of top-level statements.