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
- Host: GitHub
- URL: https://github.com/rddevitte/hello-world-singleton
- Owner: rddevitte
- License: unlicense
- Created: 2023-12-01T08:58:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T02:12:32.000Z (over 2 years ago)
- Last Synced: 2025-02-17T06:45:27.881Z (over 1 year ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`