25 lines
538 B
JSON
Raw Permalink Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"SuperPaintman"
],
"contributors": [
"camuthig",
"kytrinyx",
"Stargator"
],
"files": {
"solution": [
"lib/bob.dart"
],
"test": [
"test/bob_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
}