namespace Quantum.HelloWorld { operation HelloWorld () : (String) { body { return ("Hello World"); } } }