// // Hello.c - Hello World // // Copyright Microsoft Corporation. // All rights reserved. // #include int __cdecl main(int argc, char **argv) { printf("Hello World!\n"); }