Merge pull request #320 from LingCoder/sjsdfg-patch-1

Update 06-Housekeeping.md
This commit is contained in:
Joe
2019-11-20 20:03:16 -06:00
committed by GitHub

View File

@@ -422,11 +422,11 @@ class Banana {
}
}
public class BananaPeel {
public static void main(String[] args) [
public static void main(String[] args) {
Banana a = new Banana(), b = new Banana();
a.peel(1);
b.peel(2);
]
}
}
```