mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-26 21:47:46 +00:00
Oops
This commit is contained in:
parent
df3ebcd560
commit
57f4be66d2
20 changed files with 322 additions and 1681 deletions
|
@ -2,15 +2,14 @@ name = "C"
|
|||
description = "C (pronounced like the letter c) is a general-purpose computer programming language"
|
||||
|
||||
[colors]
|
||||
foreground = 0x000000
|
||||
background = 0x00599d
|
||||
foreground = "ffffff"
|
||||
background = "00599d"
|
||||
|
||||
[build]
|
||||
common = "gcc -o {out-file} {main-file}"
|
||||
|
||||
[run]
|
||||
linux = "./{out-file}"
|
||||
windows = "{out-file}"
|
||||
common = "{}"
|
||||
|
||||
[dependencies]
|
||||
common = ["gcc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue