From 39e01da9f1b9e3019955f793142a0a7bc9924888 Mon Sep 17 00:00:00 2001 From: PME Community <106031966+PME-Community@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:17:46 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) 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!