Skip to main content Presiareen's Blog

My First Post

Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!

rust code snippet start

trait Add {
    fn add(&mut self, a: i32);
}

rust code snippet end