* int run(int code, int value) which runs a program with code code and input value value and produces its return value
* int halts(int code, int value) which returns 1if the program with code code and input value value halts, and 0 otherwise.
now let liarcode be the number expressing the following program: