https://github.com/n0rthin/employees-db-c
An employees database written in C
https://github.com/n0rthin/employees-db-c
Last synced: 3 months ago
JSON representation
An employees database written in C
- Host: GitHub
- URL: https://github.com/n0rthin/employees-db-c
- Owner: n0rthin
- Created: 2024-08-19T10:45:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:59:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T20:30:47.307Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An employees database written in C
This is a side project I've built during a C course.
Compile & run:
```
make
```