| //============================================================================ | |
| // Name : $(baseName).cpp | |
| // Author : $(author) | |
| // Version : | |
| // Copyright : $(copyright) | |
| // Description : Hello World in C, Ansi-style | |
| //============================================================================ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int main(void) { | |
| puts("$(message)"); | |
| return EXIT_SUCCESS; | |
| } |