Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatZino committed Jun 6, 2024
2 parents af6c9e8 + 39e01da commit 99e5f32
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
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!

0 comments on commit 99e5f32

Please sign in to comment.