/* * %FFILE% * Copyright (C) %YEAR% %USER% <%MAIL%> * * Distributed under terms of the %LICENSE% license. */ #include <stdio.h> int main(void) { %HERE% return 0; }