exercism-c/bob
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00
..
.exercism Init commit 2025-01-11 18:45:47 -05:00
test-framework Init commit 2025-01-11 18:45:47 -05:00
bob.c Init commit 2025-01-11 18:45:47 -05:00
bob.h Init commit 2025-01-11 18:45:47 -05:00
HELP.md Init commit 2025-01-11 18:45:47 -05:00
makefile Init commit 2025-01-11 18:45:47 -05:00
README.md Init commit 2025-01-11 18:45:47 -05:00
test_bob.c Init commit 2025-01-11 18:45:47 -05:00

Bob

Welcome to Bob on Exercism's C 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

  • @lpil

Contributed to by

  • @bcc32
  • @Gamecock
  • @gea-migration
  • @h-3-0
  • @hintjens
  • @JacobMikkelsen
  • @kytrinyx
  • @patricksjackson
  • @QLaille
  • @RealBarrettBrown
  • @ryanplusplus
  • @sjwarner
  • @wolf99

Based on

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