Hello I'm looking for work!
Reposts are appreciated 🙏
My illustration commissions are officially open for the winter season! Personal, commercial both!
Order: ✉ or tastysakura.carrd.co
#commissions #art #vtuber
Hello I'm looking for work!
Reposts are appreciated 🙏
My illustration commissions are officially open for the winter season! Personal, commercial both!
Order: ✉ or tastysakura.carrd.co
#commissions #art #vtuber
Buy some art losers.
Buy some art losers.
content: Box<str>
}
impl BSkyPost {
fn new(content: &str) -> BSkyPost {
BSkyPost {
content: content.into()
}
}
}
fn main() {
let post = BSkyPost::new("Hello World!");
println!("{}", post.content)
}
content: Box<str>
}
impl BSkyPost {
fn new(content: &str) -> BSkyPost {
BSkyPost {
content: content.into()
}
}
}
fn main() {
let post = BSkyPost::new("Hello World!");
println!("{}", post.content)
}