Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 444 Bytes

Main Repository

You can see the main code of this project below.

https://github.com/FelisAstra/INHA_OSAP_002_Honeycomb

Getting started

Docker

docker load -i set.tar   //set.tar 파일로부터 이미지 로드
docker run -it set  // 로드한 이미지 실행


cd build //build폴더 이동, build 폴더에 메인파일, 테스트파일 존재

./main.out //프로젝트 파일 실행
./tree_test //테스트 파일 실행