summaryrefslogtreecommitdiffstats
path: root/example-halting-decider.c
blob: 101bf057cf97082141d788beed427e807a8cc72b (plain)
1
2
3
4
5
6
#include "ternary.h"

ternary halting_decider(const char *program, const char *input)
{
  return ERROR;
}