#include <stdio.h>
#include "owl.h"
int main(int argc, const char* argv[]) {
// This will print the message and change the line
owl_println("Print this message in a line");
}
owl_println # printf with "\n" appended
#define owl_println(format, ...)