networkctl/src/tests.cr

11 lines
95 B
Crystal
Raw Normal View History

2019-11-05 01:13:57 +01:00
require "./indent"
str = "truc
sur
plusieurs
lignes"
indented = indent 2, str
puts indented