Update README.md

This commit is contained in:
Howard Wu 2020-06-19 20:57:24 -07:00 committed by GitHub
parent 635d9ff7cb
commit e96cc9b4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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