This is a test question #1540
Answered
by
DV8FromTheWorld
DV8FromTheWorld
asked this question in
Questions and Help
-
This is content for a test question Maybe I had a problem with some code //Please help me!
public static void main(String[] args) {
console.log("Hello world 🦄")
} How can I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
DV8FromTheWorld
Mar 10, 2021
Replies: 1 comment 1 reply
-
Perhaps fix it via changing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DV8FromTheWorld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps fix it via changing
console.log("Hello world 🦄")
to
System.out.println("Hello world 🦄")