Go Blog

About blog 1

Hey there, this is my first blog post.

console.log('Hello world!');
def print_hi(name):
    print(f'Hi, {name}')

print_hi('Arthur')
function print(text) {
  console.log(text);
}