Skip to content

A simple yet configurable console app that prints "Hello World" to a given output source.

License

Notifications You must be signed in to change notification settings

user713/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld

A simple yet configurable console app that prints "Hello World" to a given output source.

Requirements

Write a ‘Hello World’ program. a. The program has 1 current business requirement – write “Hello World” to the console/screen. b. The program should have an API that is separated from the program logic to eventually support mobile applications, web applications, or console applications, or windows services. c. The program should support future enhancements for writing to a database, console application, etc. i. Use common design patterns (inheritance, e.g.) to account for these future concerns. ii. Use configuration files or another industry-standard mechanism for determining where to write the information to. Write unit tests to support the API.

Running the Program

To run this program locally, first start up the WebApi project, then run the console program.

About

A simple yet configurable console app that prints "Hello World" to a given output source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages