Merge branch 'master' of https://github.com/AleoHQ/leo into fix/inputs

This commit is contained in:
howardwu 2020-06-19 22:07:31 -07:00
commit 9be27f8da2

View File

@ -355,8 +355,10 @@ function main() -> Circ {
## Imports
Both struct and function imports are supported.
```leo
import all: `*`
import alias: `symbol as alias`
```
`src/simple_import.leo`
```rust