For example: ```erlang -module(xx). -export(main/0). main() -> io: ``` I think it should return 4 rather than 7.