diff --git a/turing.h b/turing.h deleted file mode 100644 index be99ba4..0000000 --- a/turing.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __CONST_H_ -#define __CONST_H_ - -void print_lista(int*L, int length, int position); -void print_variables(int state, int position, int symbol, int movement); -#endif