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

https://github.com/bearddan2000/racket-cli-hello-world

A POC for racket programming language.
https://github.com/bearddan2000/racket-cli-hello-world

cli hello racket world

Last synced: about 1 month ago
JSON representation

A POC for racket programming language.

Awesome Lists containing this project

README

        

# racket-cli-hello-world

## Description
A POC for racket programming language.

## Tech stack
- racket

## Docker stack
- fedora:latest

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credits
- [Racket examples](https://therenegadecoder.com/code/hello-world-in-racket/)