auto_bus/main.c

8 lines
107 B
C

#include "example.h"
int main()
{
char* string = "Good morning!\n";
print(string);
return 0;
}