Objective
Write a program that outputs exactly one newline character to standard output, nothing else.
Steps
$ ./bare_char | cat -e
$
$ ./bare_char gcc said no reboot helped | cat -e
$
Expected files
Allowed functions

Objective
Write a program that outputs exactly one newline character to standard output, nothing else.
Steps
$ ./bare_char | cat -e
$
$ ./bare_char gcc said no reboot helped | cat -e
$
Expected files
Allowed functions

Tests
Run the tests to grade your code