C-Lings is a project to teach C beginners the language in an interactive way.
This project is still in development and has some flaws. It is not complete and there are no exercises yet.
- to use C-Lings, compile comp.c and run it from the C-Lings directory with your arguments
- set your compiler with
comp -c [path]
to set your compiler - run
comp watch
for it to watch for any changes in ./exercises/
You can also always run comp -h
to display a help menu
Nothing... yet
Any Contribution are welcome to this project. Current points:
- Adding new Exercises
General Suggestions for Exercises are always welcome