mirror of
https://github.com/tiyn/wiki.git
synced 2026-03-09 16:44:46 +01:00
11 lines
215 B
Markdown
11 lines
215 B
Markdown
# C
|
|
|
|
C is a common programming language.
|
|
|
|
## Setup
|
|
|
|
To get c working you basically just need to install a compiler.
|
|
To get a compiler for c there are a few options.
|
|
|
|
- [GNU compiler collection](https://gcc.gnu.org)
|