Add more pleasantries #2

Closed
opened 2022-08-18 12:37:11 +02:00 by sherwood · 1 comment
Owner

App should say "You're welcome", "No sweat", or "My pleasure", when thanked for the service.

App should say "You're welcome", "No sweat", or "My pleasure", when thanked for the service.
Author
Owner

A hello response would also be good. Something like this:

    if (mem.eql(u8, query, "hello")) {
        try stdOut.writer().print("Welcome\n", .{});
    }
A hello response would also be good. Something like this: ``` if (mem.eql(u8, query, "hello")) { try stdOut.writer().print("Welcome\n", .{}); } ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sherwood/snookerScore#2