From 0e0a224f91733201186022db1ccee6511493b82d Mon Sep 17 00:00:00 2001 From: Rhizome Date: Mon, 8 Apr 2024 18:45:40 +0100 Subject: [PATCH] Change job names --- rotagen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rotagen.c b/rotagen.c index 6f1847b..91d9563 100644 --- a/rotagen.c +++ b/rotagen.c @@ -12,9 +12,9 @@ static const char *people[] = { }; static const int num_people = sizeof(people) / sizeof(people[0]); static const char *jobs[] = { - "foo", - "bar", - "baz", + "washing dishes", + "putting away", + "wiping surfaces", }; static const int num_jobs = sizeof(jobs) / sizeof(jobs[0]); static const char *slots[] = {