Skip to content

pdmostert/FirstSteps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!");

About

Every C# developers first steps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages