timhyson / 57-exercises

Exercises from the Pragmatic Programmers book by Brian P. Hogan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 1 - Saying Hello

The "Hello World" program is the first program you learn to write in many languages, but it doesn't involve any input.
So create a program that prompts for your name and prints a greeting using your name.

About

Exercises from the Pragmatic Programmers book by Brian P. Hogan


Languages

Language:Ruby 100.0%