coding-horror / basic-computer-games

An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/
The Unlicense
10.84k stars 1.33k forks source link

Create hello.c #907

Closed nrezmerski closed 3 months ago

nrezmerski commented 10 months ago

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

nrezmerski commented 10 months ago

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