Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 311 Bytes

File metadata and controls

21 lines (15 loc) · 311 Bytes

Clings

The rustlings for the C language. A set of exercises for better understanding and implementation of C.

Compile the helper program:

gcc compile.c -o compile

To run the helper program in watch mode:

./compile watch

To run the helper program in verify mode:

./compile verify