Testing this new blogging platform.
def hello_world
"hello world"
end
func HelloWorld() string {
return "Hello world"
}
const helloWorld = () => "Hello world"
def hello_world():
return("Hello world")
Testing this new blogging platform.
def hello_world
"hello world"
end
func HelloWorld() string {
return "Hello world"
}
const helloWorld = () => "Hello world"
def hello_world():
return("Hello world")