The code provided as part of this repository is ONLY for learning purposes!
- Create a code space (reuse if already created):
code
->codespaces
->+
button!
- Add code in
main.c
in themain()
function. - Use
gcc main.c
to compile the code. - Execute
./a.out
to run the program
Copyright © 2023 inpyjama.com. All Rights Reserved.