Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelkolesidis/learnc
Educational material and examples for those interested in learning the C programming language
https://github.com/michaelkolesidis/learnc
c c-lessons c-programming c-programming-language c-tutorial c-tutorials examples-c excercises learn-c learn-to-code learning-notes learning-resources
Last synced: about 2 months ago
JSON representation
Educational material and examples for those interested in learning the C programming language
- Host: GitHub
- URL: https://github.com/michaelkolesidis/learnc
- Owner: michaelkolesidis
- License: gpl-3.0
- Archived: true
- Created: 2021-09-09T14:45:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T14:33:08.000Z (over 2 years ago)
- Last Synced: 2024-09-25T21:18:01.292Z (about 2 months ago)
- Topics: c, c-lessons, c-programming, c-programming-language, c-tutorial, c-tutorials, examples-c, excercises, learn-c, learn-to-code, learning-notes, learning-resources
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 23
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Educational material and examples for those interested in learning the C programming language
## Files
examples.c
Various examples of programs written in C. Each examples has a small introduction. Code written by me from scratch. One single long file with thousands of lines. You might wanna try searching if you need something specific. Pull requests and issues for corrections are always welcome.## License
Copyright (c) 2022 Michael Kolesidis
Licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).
[//]: # (Free Software)