Skip to content

Procedural programming course.

License

Notifications You must be signed in to change notification settings

Aleksander-Kluczka-AGH/agh_wfiis_pp_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural programming

Code written for Applied Computer Science Procedural programming course at AGH UST WFiIS.

Semester 2, year 2020.

Exercise correctness

All programs have been checked for memory leaks with valgrind tool.

gcc prog.c -out program
valgrind ./program

License

Sources are licensed under MIT, a free and open-source license. For details, please see the license file.