cherrykitten.dev/content/index.md

20 lines
292 B
Markdown
Raw Normal View History

2023-01-28 18:40:47 +00:00
+++
title = "Hello there!"
+++
Hi, I'm Sammy.
Welcome to my little website :3
2023-01-28 21:03:46 +00:00
```Rust
///I like to meow
fn main() {
loop {
println!("Meow!");
}
}
// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
```