diff --git a/README.md b/README.md index 1ea0978..30b5a7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,22 @@ -# CSharpBasics +# C# Basic Knowledge Test -# Learn the basics of C# using the URLs provided below: +Welcome to the C# basic knowledge test. This repository contains the instructions and necessary files to complete the assignment. -## https://www.javatpoint.com/c-sharp-tutorial +## Instructions -## https://www.w3schools.com/cs/index.php +1. Clone this repository to your local machine. +2. Navigate to the `StudentSubmission` folder. +3. Implement your solution in `Program.cs`. +4. Commit and push your changes. + +## Submission + +Ensure your code is committed and pushed to your repository on GitHub. The automated test will run and validate your solution. + +## Resources + +- [C# Programming Guide](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/) +- [Introduction to C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/) +- [C# Basics](https://www.w3schools.com/cs/index.php) + +Good luck!