# Microsandbox.jl
A minimal Julia SDK for the Microsandbox project.
## Installation
```julia
] add Microsandbox
```
Or directly:
```julia
using Pkg
Pkg.add("Microsandbox")
```
## Usage
```julia
using Microsandbox
# Print a greeting
greet("World")
```
## License
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)