함수 선언시 띄어쓰기 하기
fun asdf(){ } fun dfef(){ }
if / else 컨밴션
if () { } else { }