Initial Commit

This commit is contained in:
TriantaTV 2022-10-03 03:33:41 -05:00
commit 88487d91ca
2 changed files with 3 additions and 0 deletions

0
Semaphore.c Normal file
View File

3
TestSemaphore.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
rm Semaphore.out
gcc Semaphore.c -o Semaphore.out