Skip to content

Repository for the activities of the Programming Language 1 discipline at UFSC, Araranguá campus.

Notifications You must be signed in to change notification settings

theHprogrammerUFSC/Programming_Language_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Language 1

Repository for the activities of the Programming Language 1 discipline at UFSC, Araranguá campus.


⚠️ Some Cares

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)

Works




Cloning this Repository

  1. On GitHub.com, navigate to the repository's main page.
  2. Above the list of files, click code.
  3. 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 📋.
  4. Open Git Bash.
  5. Type git clone (clone git) and paste the URL you copied earlier.
$ git clone https://github.com/theHprogrammerUFSC/Programming_Language_1.git
  1. Press Enter to create your local clone.

👨‍💻 Author

Helder's Image
Helder Henrique

About

Repository for the activities of the Programming Language 1 discipline at UFSC, Araranguá campus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages