basic-computer-games
basic-computer-games copied to clipboard
Create hello.c
Initial commit - ANSI C version of "hello.bas"
I made the input processing case-sensitive by default, but strings_match() could easily use strncasecmp() instead.