House Drawing
As with the travel calculator, we want to get started quickly. So kick things off with a new folder, and a dotnet project called House Drawing.
-
Open your terminal, and set up your project
-
Add the using directives to access the SplashKit and Convert code.
-
At this point you should just have these two lines of code.
-