Run id: 90329

Main.cc:1:7: warning: character constant too long for its type
 print('This is a c program'.)
       ^
Main.cc:1:6: error: expected constructor, destructor, or type conversion before '(' token
 print('This is a c program'.)
      ^