Hello World

This is the first post on sahil.blog. Not sure what will go here yet, just a place to write about things I find interesting.

Code example

Here's a function I use to test if my blog build works:


def is_blog_working():
    return True

That's it for now. More to come.