Skip to content

Commit 8516ef0

Browse files
Ian EybergIan Eyberg
Ian Eyberg
authored and
Ian Eyberg
committed
adding in nature example
1 parent 98404e5 commit 8516ef0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

nature/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Compile:
2+
3+
```
4+
nature build main.n
5+
```
6+
7+
Run:
8+
9+
```
10+
eyberg@s1:~/n$ ops run main
11+
running local instance
12+
booting /home/eyberg/.ops/images/main ...
13+
en1: assigned 10.0.2.15
14+
hello world
15+
```

nature/main.n

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('hello world')

0 commit comments

Comments
 (0)