An open API service indexing awesome lists of open source software.

https://github.com/rddevitte/hello-world-singleton

Just a fun way of overcomplicating a simple "hello world" program by using the "singleton" design pattern
https://github.com/rddevitte/hello-world-singleton

Last synced: about 1 year ago
JSON representation

Just a fun way of overcomplicating a simple "hello world" program by using the "singleton" design pattern

Awesome Lists containing this project

README

          

# hello-world-singleton

Just a fun way of overcomplicating a simple "hello world" program by using the
"singleton" design pattern.

## Build

`bash build.sh` or `./build.sh`

## Run

`./_install/bin/hello-world-singleton`

## Clean

`rm -rf _build/ _install/`