Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 519 Bytes

File metadata and controls

12 lines (9 loc) · 519 Bytes

Linux-Operating-System-Project-2

This repository is the second project of Linux Operating System course during the autumn semester of 2022 at NCU.

How to use?

You can compile main.c with below command:

gcc -o main main.c

Notices