#include #include int main() { printf("Bucky is awesome \n"); printf("Bucky is cool \a"); return 0; }