# 개발환경 가이드북

## 주의: 이 가이드북은 2021년에 작성되었습니다. 현재에는 적용되지 않는 내용들이 있을 수 있습니다!

## 소개

본 가이드는 개발 환경 설정에 어려움을 겪는 초보 개발자를 위해 작성되었습니다. WSL2와 vscode를 사용해  Python3, C / C++, Rust 언어의 기초적인 개발 환경을 설치합니다. *가이드를 따라해 발생한 모든 문제의 책임은 실행한 본인에게 있습니다.*

## 라이선스

본 가이드는 [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)에 따라 배포됩니다.

## 링크

GitHub: <https://github.com/kimhappy/TheGuide>

GitBook: <https://kimhappy.gitbook.io/the-guide>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kimhappy.gitbook.io/the-guide/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
