Skip to content

Commit e5ca850

Browse files
committed
Add example
1 parent 4d88cb8 commit e5ca850

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/hello.fbp

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Hello world in the Flow-Based Programming notation for NoFlo
2+
'Hello, World!' -> IN Display(Output)

examples/require.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var graph = require('./hello.fbp');
2+
console.log(JSON.stringify(graph, null, 2));

0 commit comments

Comments
 (0)