Skip to content

Commit d96e47c

Browse files
committed
Update README_ja.md
1 parent 558422c commit d96e47c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README_ja.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@
1313
![C](https://img.shields.io/badge/C-whitesmoke?style=for-the-badge&logo=c)
1414

1515

16+
## 演習
17+
18+
| インデックス | 名前 | 難易度 | 練習 |
19+
|----------------|-----------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------|
20+
| 01 | 📖 🟢 C 言語で「Hello World」を作成する | 上級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-hello-world-in-c-438286'>ラボを開始</a> |
21+
| 02 | 🎯 🟢 最初の C 言語のあいさつプログラムを作成しよう | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-craft-your-first-c-greeting-438337'>チャレンジを開始</a> |
22+
| 03 | 📖 🟢 C 言語における変数とデータ型の宣言 | 中級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-declare-variables-and-data-types-in-c-438287'>ラボを開始</a> |
23+
| 04 | 🎯 🟢 学生情報追跡システムの構築 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-build-student-information-tracker-438353'>チャレンジを開始</a> |
24+
| 05 | 📖 🟢 C 言語で基本演算子を使用する | 中級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-use-basic-operators-in-c-438288'>ラボを開始</a> |
25+
| 06 | 🎯 🟢 温度変換器を作成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-a-temperature-converter-438383'>チャレンジを開始</a> |
26+
| 07 | 📖 🟢 C 言語における条件分岐の実装 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-implement-conditionals-in-c-438331'>ラボを開始</a> |
27+
| 08 | 🎯 🟢 学生の成績を分類する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-classify-student-grades-438387'>チャレンジを開始</a> |
28+
| 09 | 📖 🟢 C 言語におけるループの実装 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-implement-loops-in-c-438332'>ラボを開始</a> |
29+
| 10 | 🎯 🟢 九九表を生成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-generate-multiplication-tables-438391'>チャレンジを開始</a> |
30+
| 11 | 📖 🔵 C 言語における配列の操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-handle-arrays-in-c-438330'>ラボを開始</a> |
31+
| 12 | 🎯 🔵 気温配列の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-analyze-temperature-array-438390'>チャレンジを開始</a> |
32+
| 13 | 📖 🔵 C 言語で関数を構築する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-build-functions-in-c-438329'>ラボを開始</a> |
33+
| 14 | 🎯 🔵 偶数検証関数の作成 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-even-number-validator-function-438393'>チャレンジを開始</a> |
34+
| 15 | 📖 🔵 C 言語で Make を使ってプロジェクトを管理する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-manage-projects-with-make-in-c-438333'>ラボを開始</a> |
35+
| 16 | 🎯 🔵 モジュール化された Makefile の作成 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-a-modular-makefile-438425'>チャレンジを開始</a> |
36+
1637
## 環境
1738

1839
LabEx は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。
@@ -23,31 +44,10 @@ LabEx は、コーディングとテクノロジーに特化したインタラ
2344
- ブラウザ内のインタラクティブなオンライン環境で、自動化されたステップバイステップのチェック機能。
2445
- スキルツリーベースのシステムによる構造化されたコンテンツ組織。
2546
- 30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソース。
26-
- ChatGPT を基盤とした AI 学習アシスタント Labby による対話型学習体験。
47+
- 最新の AI モデルを基盤とした学習アシスタント Labby による対話型学習体験。
2748

2849
詳細について [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
2950

30-
## 演習
31-
32-
| インデックス | 名前 | 難易度 | 練習 |
33-
|----------------|--------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------|
34-
| 01 | 📖 C 言語で「Hello World」を作成する | 上級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-hello-world-in-c-438286'>ラボを開始</a> |
35-
| 02 | 🎯 最初の C 言語のあいさつプログラムを作成しよう | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-craft-your-first-c-greeting-438337'>チャレンジを開始</a> |
36-
| 03 | 📖 C 言語における変数とデータ型の宣言 | 中級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-declare-variables-and-data-types-in-c-438287'>ラボを開始</a> |
37-
| 04 | 🎯 学生情報追跡システムの構築 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-build-student-information-tracker-438353'>チャレンジを開始</a> |
38-
| 05 | 📖 C 言語で基本演算子を使用する | 中級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-use-basic-operators-in-c-438288'>ラボを開始</a> |
39-
| 06 | 🎯 温度変換器を作成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-a-temperature-converter-438383'>チャレンジを開始</a> |
40-
| 07 | 📖 C 言語における条件分岐の実装 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-implement-conditionals-in-c-438331'>ラボを開始</a> |
41-
| 08 | 🎯 学生の成績を分類する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-classify-student-grades-438387'>チャレンジを開始</a> |
42-
| 09 | 📖 C 言語におけるループの実装 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-implement-loops-in-c-438332'>ラボを開始</a> |
43-
| 10 | 🎯 九九表を生成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-generate-multiplication-tables-438391'>チャレンジを開始</a> |
44-
| 11 | 📖 C 言語における配列の操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-handle-arrays-in-c-438330'>ラボを開始</a> |
45-
| 12 | 🎯 気温配列の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-analyze-temperature-array-438390'>チャレンジを開始</a> |
46-
| 13 | 📖 C 言語で関数を構築する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-build-functions-in-c-438329'>ラボを開始</a> |
47-
| 14 | 🎯 偶数検証関数の作成 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-even-number-validator-function-438393'>チャレンジを開始</a> |
48-
| 15 | 📖 C 言語で Make を使ってプロジェクトを管理する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-manage-projects-with-make-in-c-438333'>ラボを開始</a> |
49-
| 16 | 🎯 モジュール化された Makefile の作成 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/c-create-a-modular-makefile-438425'>チャレンジを開始</a> |
50-
5151
## その他
5252

5353
- 🔗 [C プログラミングコース](https://github.com/labex-labs/awesome-programming-courses)

0 commit comments

Comments
 (0)