Skip to content

kkafle10/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Project Title: HelloWorld

Project Description: This project is a basic "Hello, World!" program written in C#. It prints the message "Hello, World!" to the console when executed.

Project Goals: The goal of this project is to learn setting up a software project, writing a simple program, managing files with Git, and publishing code to a public Github repository.

Instructions for Build and Use

Steps to build and/or run the software:

  1. Open JetBrain Rider IDE.
  2. Build the solution by clicking the top left logo (stacked dashes) and click "New" Solution". Fill out the project and solution name, then press enter.
  3. After the solution is created, type your code and then press Run button (green triangle in the top-right corner). Console window is open and the result is printed as output.

Instructions for using the software:

  1. Run the program as instructed above.
  2. Observe the console and amke sure the output matches what you expected. 3.no further input is required. Once you have confirmed the output, you can close the console window.

Development Environment

To recreate the development environment, you need the following software and/or libraries with the specified versions:

  • JetBrains Rider IDE(2024.3.3)
  • .NET SDK (version 9.0)
  • Git (optional as it is for version control and publishing to GitHub)

Useful Websites to Learn More

I found these websites useful in developing this software:

Future Work

The following items I plan to fix, improve, and/or add to this project in the future:

  • Add user input functionality (e.g., ask the user for their name and greet them).
  • Create a version that supports multiple languages (e.g., Hello World in Spanish, French, etc.).
  • Improve error handling (even though it's simple, practice handling unexpected input).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages