Skip to content

Commit

Permalink
Bump Python 2 to 3 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerabbite committed Feb 21, 2023
1 parent d38acaa commit 60df72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembler/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python-Assembler
# WE need A FREE T-SHIRT
This program is a simple assembler-like (intel-syntax) interpreter language. The program is written in python 2.
This program is a simple assembler-like (intel-syntax) interpreter language. The program is written in python 3.
To start the program you will need to type

``` python assembler.py code.txt ```
Expand Down

0 comments on commit 60df72e

Please sign in to comment.