Turing_Machine/const.h
Nuño Sempere fbd9e82e76
Add files via upload
First rough version of the is_not_divisor TM, which nonetheless works
2018-04-06 21:41:31 +02:00

10 lines
85 B
C

#ifndef __CONST_H_
#define __CONST_H_
#define REJECT -1
#define ACCEPT -2
#endif