cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

backers.h (282B)


      1#ifndef BACKERS_H
      2#define	BACKERS_H
      3
      4static const char * BACKERS_STR = 
      5" · Michael Mellor (dinglyburrow)"
      6"\n · Francisco Javier Trujillo (fjtrujy)"
      7"\n · Rupert Carmichael (carmiker)"
      8"\n · Orange Kryptonite (OrangeKryptonite)"
      9"\n · KPreston2900050";
     10
     11#endif	/* BACKERS_H */