Hello World
Welcome to my blog! A quick introduction to what you can expect here.
What's in this Blog
I'll be writing about:
- Aviation
- Programming
- Life
Code example
Here's a simple Python function:
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Stay tuned for more content!