Skip to content

Instantly share code, notes, and snippets.

View KimDahye's full-sized avatar

Dahye KimDahye

  • South Korea
View GitHub Profile
@kwon37xi
kwon37xi / (01장) 기본기.scala
Last active August 15, 2023 06:24
쉽게 배워서 빨리 써먹는 Scala 프로그래밍 연습문제 풀이
/** Chapter 01 **/
/*
문제에 오역이 좀 있다. 아래에서 문제 자체를 검색해서 확인해 볼 것.
Java 7 이상에서 실행할 것.
https://www.google.co.kr/search?client=ubuntu&channel=fs&q=scala+for+the+impatient+exercise&ie=utf-8&oe=utf-8&gws_rd=cr&redir_esc=&ei=oqvrUb-1B6LwiQfjk4GQBg
Scala Doc : http://www.scala-lang.org/api/current/index.html
*/