04. If
문제
Implement a utils If
which accepts condition C
, a truthy return type T
, and a falsy return type F
. C
is expected to be either true
or false
while T
and F
can be any type.
For example:
풀이
너무 간단한 문제였다. 끝!
Last updated
Implement a utils If
which accepts condition C
, a truthy return type T
, and a falsy return type F
. C
is expected to be either true
or false
while T
and F
can be any type.
For example:
너무 간단한 문제였다. 끝!
Last updated