aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/interactive_shell_SUITE_data/io_rows.erl
blob: 53ceb464b0bb057389f3e808ff40c180907aa692 (plain) (blame)
1
2
3
4
5
6
-module(io_rows).

-export([main/1]).

main(_) ->
    io:format("~p",[io:rows()]).