Description
Small C programs can be compiled and executed in one step, making C feel closer to a scripting workflow. It is useful for developers who write quick experiments, utilities, or learning examples in C.
This is a developer convenience tool. It compiles and runs code, so use it only with source you trust and avoid executing unknown C files.