The concept of “Hello World” was first popularized by the book “Programming in C: A Tutorial” by Brian Kernighan. It is a simple complete example to explain how to do something. Originally it was the C code “main(){ printf("hello, world\n"); }”. For our purposes we have several “Hello World” examples of various parts of ShofarNexus™. These examples are complete in that they are functional, but incomplete in that they have limited usefulness. However, they are valuable seeds for project of any complexity.
|