Closed maer1n closed 2 years ago
Please start to remember what you have done for your C beginning classes. Or learn it anew!
As the Development Manager, your tasks include:
code.c
configure
make
run:
gcc code.c -o code; ./code
main
If you have completed your task. Please write a comment down below to let me know. Thank you.
Task 4: Write C code
Please start to remember what you have done for your C beginning classes. Or learn it anew!
As the Development Manager, your tasks include:
code.c
, write a piece of very simple (yet correct) C code (e.g. Hello World, simple for loop, simple if...then...else, etc.)configure
ormake
, you should only use this line forrun:
, and remove irrelevant linesgcc code.c -o code; ./code
main
branchContinuous Integration in GitHub is a big topic. To know more, try this yourself: https://lab.github.com/githubtraining/github-actions:-continuous-integration