We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
YHLau13
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: