1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-24 20:47:43 +00:00
CSAssignments/sources/c/language.toml
2022-11-05 22:00:04 +03:00

15 lines
256 B
TOML

name = "C"
description = "C (pronounced like the letter c) is a general-purpose computer programming language"
[color]
foreground = 0xffffff
background = 0x00599d
[build]
common = "gcc -o {out} {main}"
[run]
common = "{}"
[dependency]
common = ["gcc"]