This repository contains a simple "Hello, World!" console application written in C#. It serves as an introductory example for beginners to understand the basics of C# programming and how to set up a console application using Visual Studio.
- Visual Studio 2022 or later
- .NET SDK (version 8.0 or later)
Follow these steps to clone the repository and run the application:
-
Clone the repository:
git clone https://github.com/LahcenEzzara/csharp-helloworld-console-app.git cd csharp-helloworld-console-app
-
Open the project in Visual Studio:
- Launch Visual Studio.
- Click on "Open a project or solution".
- Navigate to the cloned repository folder and select the
.sln
file.
-
Build and Run the Application:
- Press
Ctrl + F5
or click the "Run" button (the green arrow) in Visual Studio. - A console window should appear displaying the message "Hello, World!".
- Press
If you want to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. Any contributions, big or small, are welcome.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, feel free to open an issue or contact me directly.
Happy coding!
@ 2024 Lahcen Ezzara