Hello, world
intro
Welcome! This blog will cover practical AI engineering, Rust adventures, and the odd musings on software security startups.
def greet(name: str) -> None:
print(f"👋 Hello, {name}!")
greet("reader")That’s it for day 0; stay tuned.