Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 298 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 298 Bytes

Tic Tac Toe

Build an executable:

make

Run:

make run

Clean all builds:

make clean

Run app in docker container:

bash docker.sh