Repository for the activities of the Programming Language 1 discipline at UFSC, Araranguá campus.
If you are a student at UFSC and depending on your professor, this subject is fully protected against plagiarism. So think twice before just copying the works. I recommend using this material for reference.
- To Compile: gcc main.c -g -o out ("main.c" or "*.c" for multiple files or ".c" if not used "main")
- To Run: ./out
- To check for leaks: valgrind --leak-check=full ./out (Linux)
- On GitHub.com, navigate to the repository's main page.
- Above the list of files, click code.
- To clone the repository using HTTPS, under "Clone with HTTPS", click 📋. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click Use SSH, then click 📋. To clone a repository using GitHub CLI, click Use GitHub CLI, then click 📋.
- Open Git Bash.
- Type git clone (clone git) and paste the URL you copied earlier.
$ git clone https://github.com/theHprogrammerUFSC/Programming_Language_1.git
- Press Enter to create your local clone.
Helder Henrique |