Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
margual56 committed Jun 22, 2020
1 parent 94b21d4 commit 8476b4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ Example:
```Td
(q0, 1, 0, R, q1);
```

Comments can be done as in Java, using "//"

## Execution
Download Processing from [the Processing webpage](https://processing.org/download/). Then, create the file with the code inside the "data" folder. After that, open one of the .pde files using processing (it will open the project) and change the program name in the TuringMachine.pde to whatever you named yours. Execute the project and watch as the code executes

## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)

0 comments on commit 8476b4d

Please sign in to comment.