File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- # CSharpBasics
1
+ # C# Basic Knowledge Test
2
2
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.
4
4
5
- ## https://www.javatpoint.com/c-sharp-tutorial
5
+ ## Instructions
6
6
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!
You can’t perform that action at this time.
0 commit comments