Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 736 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 736 Bytes

Thread Synchronization with C

This is a thread synchronization project made with C.

How does this project work?

The project consists of 1 program. That is matrixcalc.

Matrixcalc is a program that runs continuously. This program takes an integer input. It creates matrixes, acording to this number. And prints the matrixes. It also adds all numbers in the matrixes and prints to the terminal.

Running the tests

Download files, compile and run program

Screenshots

Image Image

Built With

  • C - Used to code all things.

Acknowledgments