# EdgeToGraph is a live data entry environment 
# for writing sparse edge lists.
# 
# 1. Type edge data into the left-hand pane.
# 2. The preview will automatically refresh.
# 3. When done, click Save to download the
#    sparse edge text or cut-and-paste it
#    from the editor.
# 
# Load examples/tutorials from LOAD dropdown.
# 
# EdgeToGraph is based on the the Edger sparse
# edge list parse and a fork of GraphvizOnline.

1	2
	3
3		END
3	1	RETURN

Fork me on GitHub