Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibanks/learn-to-code-c-sharp
An introduction to learning to code, using C#
https://github.com/nibanks/learn-to-code-c-sharp
Last synced: about 2 months ago
JSON representation
An introduction to learning to code, using C#
- Host: GitHub
- URL: https://github.com/nibanks/learn-to-code-c-sharp
- Owner: nibanks
- License: mit
- Created: 2021-11-27T18:30:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T20:34:48.000Z (about 3 years ago)
- Last Synced: 2024-10-26T07:06:37.107Z (2 months ago)
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn to Code (C#)
This is a general introduction to coding. It consists of a set of lessons that
will teach you the basics of coding. No previous knowledge is required! All you
need is a browser.# Instructions
Start by forking the repo (Fork button at the top right) and then start going
through the lesson links below.![](.images/fork.png)
# Lessons
- [Lesson 1](lessons/1/Lesson1.md#lesson-1) - Hello World!
- [Lesson 2](lessons/2/Lesson2.md#lesson-2) - Variables