Skip to main content

Command Palette

Search for a command to run...

hashnode init

Updated
1 min read
hashnode init

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")