[HW1질문] 전역 함수 사용 가능한가요? #777
Replies: 1 comment
-
#772 질문과 같은 맥락인 것 같습니다. 프로젝트 구조를 바꾸지 않는 한 모두 가능합니다. I think is the same case to the discussion #772. You can do whatever you want if you do not alter the project structure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Your Name
정원희
Question
안녕하세요. 20210589 정원희입니다.
failwith "Not implemented" 가 아닌곳에서 함수를 사용하려고 하는데, 가능할까요?
예) caesar 의 경우 enc 와 dec 함수에서 동시에 사용 가능한 shift 함수 사용
Hello, this is 20210589 Jeong Wonhee.
I would like to use a function in places other than where failwith "Not implemented" is used.
For example, in the case of caesar, I want to implement a shift function that can be used in both the enc and dec functions.
Beta Was this translation helpful? Give feedback.
All reactions