TCU

A reimplementation of the BSD core utilities written in C.
Log | Files | Refs | README | LICENSE

false.c (155B)


      1 /* Terrible implementation of the false core util */
      2 /* For license infomration see the LICENSE file included in this repo */
      3 int main() {
      4     return 1;
      5 }