浏览代码

Fix typos

pull/1/head
Malte Schmitz 9 年前
committed by GitHub
父节点
当前提交
d7de0d4ded
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -41,7 +41,7 @@ javac -d target/classes src/main/java/*.java src/main/java/**/*.java


## Running ## Running


You can the example code in `mult.whl` with
You can run the example code in `mult.whl` with


``` ```
java -cp target/classes Main mult.whl java -cp target/classes Main mult.whl
@@ -55,7 +55,7 @@ The expected output is


## Exercise ## Exercise


In order to understand how this little application works, I suggest trying to extend is. For example you could try to implement the `++` operator which increments a variable. This has to be done in three steps
In order to understand how this little application works, I suggest trying to extend it. For example you could try to implement the `++` operator which increments a variable. This has to be done in three steps


1. Add a class `Increment` in the `program` package with the attribute `identifier` of type `Identifier` storing the name of the variable that will be incremented. 1. Add a class `Increment` in the `program` package with the attribute `identifier` of type `Identifier` storing the name of the variable that will be incremented.




正在加载...
取消
保存