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-programming learn-to-code learning-exercise learning-notes learning-resources
Last synced: about 1 month 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
- Created: 2021-09-09T14:45:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T14:33:08.000Z (almost 4 years ago)
- Last Synced: 2026-04-10T08:55:34.538Z (about 1 month ago)
- Topics: c, c-lessons, c-programming, c-programming-language, c-tutorial, c-tutorials, examples-c, excercises, learn-c, learn-programming, learn-to-code, learning-exercise, learning-notes, learning-resources
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 24
- 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)