- Read more input from multiple lines at once, words, integers, floats, edges.
- Support reading of multiple edges from one line: 1->2,3,4.
- Create a whole graph from multiple lines.
- Update HelloGraph to show multiline graph reading.
- Deprecate method edges() in favour of lines_to_edges() to unify the API.