use animals::Cat;
fn main() {
let cat = Cat::init();
cat().setwidth(100);
cat().setheight(100);
}
this post was submitted on 22 Sep 2021
179 points (97.4% liked)
Programmer Humor
32412 readers
869 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
css_irl