lint all files
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
## Lecture 2 (14:00)
|
||||
|
||||
### Sequential Execution
|
||||
|
||||
- Code usually executed in logical order.
|
||||
- One exception is calling methods from other methods
|
||||
ex.
|
||||
|
||||
```java
|
||||
public void moveHorizontal( int distance )
|
||||
{
|
||||
@@ -12,4 +14,3 @@ public void moveHorizontal( int distance )
|
||||
draw();
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user