mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
5 lines
No EOL
228 B
Text
5 lines
No EOL
228 B
Text
# In the graph we first need to define the nodes and the connections between them
|
|
Read(filesystem/ReadFile) OUT -> IN Display(core/Output)
|
|
|
|
# Start off the graph by sending a filename to the file reader
|
|
'package.json' -> IN Read |