.c 173 B

12345678910111213141516
  1. /*
  2. * %FFILE%
  3. * Copyright (C) %YEAR% %USER% <%MAIL%>
  4. *
  5. * Distributed under terms of the %LICENSE% license.
  6. */
  7. #include <stdio.h>
  8. int
  9. main(void)
  10. {
  11. %HERE%
  12. return 0;
  13. }