Skip to content

Commit cf5a538

Browse files
committed
Update README_ja.md
1 parent f474f0a commit cf5a538

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README_ja.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515

1616
## 演習
1717

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

3737
## LabEx について
3838

39-
LabEx は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。動画なしの独自の実践ラボによる厳格な「実践による学習」アプローチ、ブラウザ内のインタラクティブなオンライン環境で自動化されたステップバイステップのチェック機能、スキルツリーベースのシステムによる構造化されたコンテンツ組織、30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソースにより、LabEx は包括的な実践教育を提供します。プラットフォームには、最新の AI モデルを基盤とした学習アシスタント Labby が含まれており、対話型学習体験を提供します。
39+
[LabEx](https://labex.io) は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。動画なしの独自の実践ラボによる厳格な「実践による学習」アプローチ、ブラウザ内のインタラクティブなオンライン環境で自動化されたステップバイステップのチェック機能、スキルツリーベースのシステムによる構造化されたコンテンツ組織、30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソースにより、[LabEx](https://labex.io) は包括的な実践教育を提供します。プラットフォームには、最新の AI モデルを基盤とした学習アシスタント Labby が含まれており、対話型学習体験を提供します。
4040

4141
## その他
4242

0 commit comments

Comments
 (0)