Copy-paste fix pattern
fn main() {
println("function calls go inside a function")
}
ClosedBit Docs
ClosedBit error docs
Unknown command or keyword. A statement starts with a word that is not part of the CBP language.
A statement starts with a word that is not part of the CBP language.
Check spelling, use a real command, or move function calls inside fn main or another function body.
fn main() {
println("function calls go inside a function")
}