Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

File metadata and controls

22 lines (14 loc) · 367 Bytes

Slower file system

A basic file system with generic API calls.

Prerequisites

  • GNU g++ compiler

Usage

  • Clone the repository

  • Run the following commands

g++ Main.cpp
./a.out

Authors