Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 868 Bytes

File metadata and controls

30 lines (18 loc) · 868 Bytes

Overview

First Steps is my typical "Hello World" application.

This application is a console application that prints the famous "Hello World" message to the console.

The purpose why most developers and my self included find ourselves creating this basic application is to test the development environment and the programming language. The questions we ask ourselves is "Does it build?", "Does it run?", "Is the output what I expected?".

Software Demo Video

Development Environment

  • Visual Studio 2022
  • C# and .NET 8
  • Git / Github

Useful Websites

Future Work

There is no future work for improvement on this project as it is a basic application.

Console.WriteLine("Hello, World!");