Objective
Write a program that prints the letter e followed by a newline character, regardless of any arguments passed to it.
Steps
$ ./static_byte | cat -e
e$
$ ./static_byte vibe coding met gcc today | cat -e
e$
Expected files
Allowed functions

Objective
Write a program that prints the letter e followed by a newline character, regardless of any arguments passed to it.
Steps
$ ./static_byte | cat -e
e$
$ ./static_byte vibe coding met gcc today | cat -e
e$
Expected files
Allowed functions

Tests
Run the tests to grade your code