Avatar
Oi
d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf
My job as a postr is to arrest your ADHD, to hold your attention enthralled, completely fixed, nay, transfixed by my good content unable -- unwilling even -- to move your eyes, your brain in sync: a sink for my delicious pour, ravenous for every word. I am @oi, and you are welcome.
Replying to Avatar MattA

😳

Which one?

```

struct Greeting {

name: String,

}

impl Greeting {

fn new(name: &str) -> Self {

Greeting {

name: name.to_string(),

}

}

}

fn main() {

let greeting = Greeting::new("world!");

println!("Hello, {}", greeting.name);

}

```

```

struct Greeting {

name: String,

}

fn main() {

let greeting = Greeting{ name: "world!".to_string()};

println!("Hello, {}", greeting.name);

}

```

```

fn main() {

let name = "world!";

println!("Hello, {}", name);

}

```

Hello World in #Rust makes me feel like I'm back in kindergarten :(

#nostr is working though like #BITCOIN being put through the test of fire. All on #Damus can just switch client and still retain their accounts? It's a win right??