#include int main (void) { puts ("Hello World!"); int a = 0; int b = 2; int c = a + b; return 0; }