Hello hashnode

Hello hashnode

·

1 min read

Table of contents

No heading

No headings in the article.

I went here to see if everything was working great.

The most important part for me is the code block.

I'll try it below :)

def add(a: int, b: int) -> int:
    return a + b

print(add(21, 21))  # 42