Here is a fun hello world program to wrap up this section. You can also look through the guide and fine other sample code you can download and run now. This is a great way to explore the ideas you are learning.
The code for this part will be using SplashKit functionality to draw images, play sound effects and draw text with a specific font.
Create a new project, copy the following code, and paste it into your Program.cs file (replacing existing code). Run this program using dotnet run:
Following a bit of a theme with writing words out of something other than actual text, we get this:
🌏 Yes, that is “HELLO”, written using “worlds” 😄
(Because “HELLO” … “world”)