void printAbout() { print('Nagy János'); } void main() { printAbout(); }