MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / interpret

Function interpret

1678-goal-parser-interpretation.rs:22–24  ·  view source on GitHub ↗

100% 100% haha

(command: String)

Source from the content-addressed store, hash-verified

20
21// 100% 100% haha
22pub fn interpret(command: String) -> String {
23 command.replace("(al)", "al").replace("()", "o")
24}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected