el*, em*, en*: add Korean translation (#14205)

This commit is contained in:
HoJeong Im
2024-10-16 16:11:21 +09:00
committed by GitHub
parent b729830f50
commit a4c8a7e42e
18 changed files with 450 additions and 0 deletions

12
pages.ko/common/elixir.md Normal file
View File

@@ -0,0 +1,12 @@
# elixir
> Elixir 프로그래밍 언어 해석기.
> 더 많은 정보: <https://elixir-lang.org>.
- Elixir 파일을 실행:
`elixir {{경로/대상/파일}}`
- Elixir 코드를 인수로 전달하여 평가:
`elixir -e "{{코드}}"`