I’m a full-stack developer who started programming in middle school. I primarily use Rust and Go programming languages and participate in the development of Web3 open-source projects, so most of the technical blog posts here will be related to those topics.
#[tokio::main]
async fn main() {
println!("Hello World");
}