Skip to content

Commit 99e5f32

Browse files
committed
2 parents af6c9e8 + 39e01da commit 99e5f32

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
# CSharpBasics
1+
# C# Basic Knowledge Test
22

3-
# Learn the basics of C# using the URLs provided below:
3+
Welcome to the C# basic knowledge test. This repository contains the instructions and necessary files to complete the assignment.
44

5-
## https://www.javatpoint.com/c-sharp-tutorial
5+
## Instructions
66

7-
## https://www.w3schools.com/cs/index.php
7+
1. Clone this repository to your local machine.
8+
2. Navigate to the `StudentSubmission` folder.
9+
3. Implement your solution in `Program.cs`.
10+
4. Commit and push your changes.
11+
12+
## Submission
13+
14+
Ensure your code is committed and pushed to your repository on GitHub. The automated test will run and validate your solution.
15+
16+
## Resources
17+
18+
- [C# Programming Guide](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/)
19+
- [Introduction to C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/)
20+
- [C# Basics](https://www.w3schools.com/cs/index.php)
21+
22+
Good luck!

0 commit comments

Comments
 (0)