Add more pleasantries #2

Closed
opened 3 years ago by sherwood · 1 comments
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.
Poster
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", .{}); } ```
sherwood closed this issue 3 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sherwood/snookerScore#2
Loading…
There is no content yet.