Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a POC project to demonstrate odin.
https://github.com/bearddan2000/odin-cli-hello-world

clang cli hello llvm odin world

Last synced: 6 days ago
JSON representation

This is a POC project to demonstrate odin.

Awesome Lists containing this project

README

        

# odin-cli-hello-world

## Description
This is a POC project to demonstrate odin.

## Tech stack
- odin
- clang
- llvm

## Docker stack
- ubuntu:latest

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

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

## To see help
`sudo ./install.sh -h`

## Credit
- [Odin docs]()
- [LLVM docs](https://apt.llvm.org/)