Home hello world
Post
Cancel

hello world

Hello world

This is a test

To see how the blog renders

This is a list:

  • first
  • second
  • third

This is a code snippet:

1
2
3
4
 def hello():
     array = [1,2,3,4,5]
     for x in array:
         print(f"Hello world number {x}")