Skip to content

Commit 5b9654e

Browse files
committed
More images
1 parent 4cc7c70 commit 5b9654e

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/enums.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Enums
22

3+
4+
<img src="/enums/header.png" height="200px"/>
5+
36
While you can use `String`, `int`, `boolean`, and friends
47
alongside your own custom classes to represent many situations,
58
that is not always enough.

src/enums/header.png

29.7 KB
Loading

src/instance_methods.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Instance Methods
22

3+
4+
<img src="/instance_methods/header.png" height="200px"/>
5+
36
In addition to having fields, classes can also have their own method
47
definitions.
58

src/instance_methods/header.png

27.7 KB
Loading

0 commit comments

Comments
 (0)