The "Hello, World!" program is most famously associated with Brian Kernighan.
Origin of "Hello, World!"
While the phrase wasn't necessarily invented by him, Brian Kernighan popularized the "Hello, World!" program through its inclusion in the book The C Programming Language, which he co-authored.
- Brian Kernighan's Contribution: The book contains an example program written in the C programming language that prints the text "hello, world" to the screen. This specific program cemented the phrase as the go-to starting point for learning to program in various languages.
Summary:
The phrase "hello, world" was not invented by Brian Kernighan; however, he made it the canonical first program through his work in The C Programming Language. It was his use of a simple program that outputted "hello, world" to the screen that popularized the phrase, leading to its widespread adoption as a first program in numerous coding languages.