Compiling issues on SimpleStorage.sol #169
Answered
by
Magofoco
cryptowhor3
asked this question in
Q&A
-
I keep getting this error when I try to compile my code in Remix or in VS Code:
For a more clear understanding, because I know this doesn't describe much, here's the whole code:
|
Beta Was this translation helpful? Give feedback.
Answered by
Magofoco
Jun 6, 2022
Replies: 1 comment 2 replies
-
I think you forgot to add the closing
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cryptowhor3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you forgot to add the closing
}
for theretrieve
function.