#include "stdio.h" int main() { volatile char byte; char str[] = "\n hello world! \n"; /* TODO */ } // end main