exercism-rust/bob
2023-08-21 13:50:14 -04:00
..
.exercism init commit 2023-08-21 13:50:14 -04:00
src init commit 2023-08-21 13:50:14 -04:00
tests init commit 2023-08-21 13:50:14 -04:00
.gitignore init commit 2023-08-21 13:50:14 -04:00
Cargo.toml init commit 2023-08-21 13:50:14 -04:00
HELP.md init commit 2023-08-21 13:50:14 -04:00
README.md init commit 2023-08-21 13:50:14 -04:00

Bob

Welcome to Bob on Exercism's Rust Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Bob is a lackadaisical teenager. In conversation, his responses are very limited.

Bob answers 'Sure.' if you ask him a question, such as "How are you?".

He answers 'Whoa, chill out!' if you YELL AT HIM (in all capitals).

He answers 'Calm down, I know what I'm doing!' if you yell a question at him.

He says 'Fine. Be that way!' if you address him without actually saying anything.

He answers 'Whatever.' to anything else.

Bob's conversational partner is a purist when it comes to written communication and always follows normal rules regarding sentence punctuation in English.

Source

Created by

  • @EduardoBautista

Contributed to by

  • @andrewclarkson
  • @ashleygwilliams
  • @austinlyons
  • @cjmochrie
  • @cmccandless
  • @coriolinus
  • @cwhakes
  • @EduardoBautista
  • @efx
  • @ErikSchierboom
  • @etrepum
  • @f3rn0s
  • @IanWhitney
  • @kytrinyx
  • @leoyvens
  • @lewisclement
  • @lutostag
  • @mkantor
  • @nfiles
  • @petertseng
  • @pminten
  • @rofrol
  • @rpottsoh
  • @stefanv
  • @stringparser
  • @vvv
  • @xakon
  • @ZapAnton

Based on

Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial. - http://pine.fm/LearnToProgram/?Chapter=06