Template.c 201 B

123456789101112
  1. /*
  2. DMBS Build System
  3. Released into the public domain.
  4. dean [at] fourwalledcubicle [dot] com
  5. www.fourwalledcubicle.com
  6. */
  7. int main(void)
  8. {
  9. // Application code here.
  10. }