-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ProgrammingMadeEasy-Communi…
- Loading branch information
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |