basic-computer-games icon indicating copy to clipboard operation
basic-computer-games copied to clipboard

Create hello.c

Open nrezmerski opened this issue 1 year ago • 1 comments

Initial commit - ANSI C version of "hello.bas"

nrezmerski avatar Oct 24 '23 13:10 nrezmerski

I made the input processing case-sensitive by default, but strings_match() could easily use strncasecmp() instead.

nrezmerski avatar Oct 24 '23 19:10 nrezmerski