You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/development_env.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: コードを書くための環境構築を行う
4
4
5
5
!!! info "参考"
6
6
7
-
以下の記事は、2025年12月までに公開・更新されたものです。随時、最新の内容を追加する予定です。
7
+
以下の記事は、2026年4月までに公開・更新されたものです。随時、最新の内容を追加する予定です。
8
8
9
9
!!! warning "注意"
10
10
@@ -77,7 +77,10 @@ title: コードを書くための環境構築を行う
77
77
78
78
### 複数の言語
79
79
80
-
-[競技プログラミングの環境構築 [VSCode+WSL+AtCoder Library]【ゆっくり解説】](https://www.youtube.com/watch?v=uhnASau7fB4) - (初心者向け) C++とPythonの実行環境を構築するための解説・デモ。[Visual Studio Code](https://code.visualstudio.com/)と[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install)のインストール・設定・コードの実行などに加えて、[AtCoder Library](https://atcoder.jp/posts/517)の導入方法も紹介されている。
80
+
[Visual Studio Code](https://code.visualstudio.com/)と[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install)のインストール・設定・コードの実行方法などが紹介されています。
0 commit comments