Yi-Ting Shih 5b1cd5e1cf Add: README
Fix: newline when PrintInt outputs 0
2024-10-05 04:13:43 +08:00
2024-10-05 04:13:43 +08:00
HW1
2024-10-04 19:53:08 +00:00
HW1
2024-10-04 19:53:08 +00:00
HW1
2024-10-04 19:53:08 +00:00
2024-10-05 04:13:43 +08:00

Intro. to OS HW1

Docker Compose usage

Install docker and docker-compose if not installed.

  1. Change uid / gid to yours in Dockerfile and docker-compose.yaml.
  2. Run docker compose build to build Docker image.
  3. Run docker compose run test to launch testing environment.

Makefile

First, cd into code directory.

  • make clean to clean previous build.
  • make to build.
  • make run to run tests.
Description
No description provided
Readme 6.6 MiB
Languages
C++ 38.8%
C 32.6%
Roff 11%
Logos 9.9%
Makefile 5%
Other 2.6%