diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/pseudocode/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/pseudocode/index.html')
-rw-r--r-- | files/ko/glossary/pseudocode/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ko/glossary/pseudocode/index.html b/files/ko/glossary/pseudocode/index.html new file mode 100644 index 0000000000..a604a3231e --- /dev/null +++ b/files/ko/glossary/pseudocode/index.html @@ -0,0 +1,14 @@ +--- +title: Pseudocode +slug: Glossary/Pseudocode +translation_of: Glossary/Pseudocode +--- +<p>의사 코드(Pseudocode)는 일반적으로 사람에게 일부 코드 구문의 작동 방식을 나타내거나 코드 아키텍처 항목의 디자인을 설명하는 데 사용되는 코드와 유사한 구문을 나타냅니다. 그것은 아마도 코드로 실행시키려고 하면 작동하지 <strong>않을 것입니다.</strong></p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식"><strong>일반적인 지식</strong></h3> + +<ul> + <li>Wikipedia의 {{interwiki("wikipedia", "Pseudocode", "Pseudocode")}} </li> +</ul> |