Closed abdul9411 closed 3 years ago
Please start to remember what you have done for C class. Or learn it anew.
Your tasks:
code.c
run:
gcc code.c -o code; ./code
Continuous Integration in GitHub is a big topic. To know more, try this yourself: https://lab.github.com/githubtraining/github-actions:-continuous-integration
Please start to remember what you have done for C class. Or learn it anew.
Your tasks:
code.c
, write a piece of very simple (yet correct) C code (e.g. Hello World, simple for loop, simple if...then...else, etc.)run:
, and remove irrelevant linesgcc code.c -o code; ./code
Continuous Integration in GitHub is a big topic. To know more, try this yourself: https://lab.github.com/githubtraining/github-actions:-continuous-integration