From 1281e4a20bcd78dd08a5185128f397054292a6bd Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Mon, 5 Aug 2019 12:17:39 +0800 Subject: [PATCH] Update docs/lang/helloworld.md Co-Authored-By: Margatroid --- docs/lang/helloworld.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/helloworld.md b/docs/lang/helloworld.md index c5c63dfa..1f8132a8 100644 --- a/docs/lang/helloworld.md +++ b/docs/lang/helloworld.md @@ -28,7 +28,7 @@ xcode-select --install` sudo apt update && sudo apt install g++ ``` -### 编辑器 +### 集成开发环境 IDE 操作较为简单,一般入门玩家会选用 IDE 来编写代码。在竞赛中最常见的是 Dev-C++(如果考试环境是 Windows 系统,一般也会提供这一 IDE)。详情可以阅读[相关页面](/intro/editor/devcpp)。 -- 2.11.0