#include #include /** * hello.c */ static_assert(2 + 2 * 2 == 5, "ERROR"); int main(void) { printf("Hello World!\n"); return 0; }