From 8ffa0ba9b202a0d75e188b831e77d35be3e0538e Mon Sep 17 00:00:00 2001 From: Hyeonjun Park <50288201+c2lv@users.noreply.github.com> Date: Sat, 23 Oct 2021 11:18:03 +0900 Subject: [PATCH] add a course for about C/C++ (#6366) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add a course for about C/C++ * add a course for C * Update free-courses-ko.md Order the "C 언어 초보 강의" alphabetically and add the author's name respecting the guidelines, add format * Update free-courses-ko.md Order the "C 언어 초보 강의" alphabetically Reference build warning message: Alphabetical ordering: swap l.73 and l.72 alphabetize-lists remark-lint * Update free-courses-ko.md Order the "C 언어 초보 강의" alphabetically - Reference davorpa's review: Experiment moving to line 77 or 78. * Update free-courses-ko.md Order the "C 언어 초보 강의" alphabetically - Reference build warning message: Alphabetical ordering: swap l.78 and l.77 alphabetize-lists remark-lint --- courses/free-courses-ko.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-ko.md b/courses/free-courses-ko.md index 1f9aec13..ab51ede6 100644 --- a/courses/free-courses-ko.md +++ b/courses/free-courses-ko.md @@ -74,6 +74,7 @@ * [씹어먹는 C](https://modoocode.com/231) - 이재범 * [씹어먹는 C++](https://modoocode.com/135) - 이재범 * [최호성의 C 프로그래밍](https://www.youtube.com/playlist?list=PLXvgR_grOs1BiznAEkzQdA9tlcA06qx75) +* [C 언어 초보 강의](https://www.youtube.com/playlist?list=PLMsa_0kAjjrdiwQykI8eb3H4IRxLTqCnP) - 나도코딩 (YouTube) * [C++ 프로그래밍 강좌](https://www.youtube.com/playlist?list=PLJRimEWvctNAfE5JrkwswQv6Yy4abqDl2) * [C언어 기초 프로그래밍 강좌](https://www.youtube.com/playlist?list=PLRx0vPvlEmdDNHeulKC6JM25MmZVS_3nT) * [C언어 코딩도장](https://dojang.io/course/view.php?id=2)