Post

First Post

First Post

print(Hello World!);

Hi there!

This is my first blog post on my portfolio website. I will mainly use this post for testing out functionalities and designs.

Playground 🪣🏖️

Testing out some functionalities of the markdown.

Inserting code ✍️

1
2
3
4
5
6
7
// Here you can write code, like C#

for (int i = 0; i < 3; i++){
    print(i);
}   

//and it looks pretty nice
This post is licensed under CC BY 4.0 by the author.