Marco Peretto - Blog

How to create Cloud Functions?

This is my first post

Image

I can write some content here and also …

// Some javascript here
function hello_world() {
    console.log('Hello World!!')
}

hello_world()