Skip to content

Commit ce53199

Browse files
committed
Update program.js
1 parent 55d92d5 commit ce53199

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/navs/program.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ const pages = createPageList(
77

88
export const programsNav = {
99
'Getting started': [pages['introduction']],
10-
Introduction: [pages['print-an-integer'], pages['add-two-integers'], pages['check-even-or-odd']],
10+
Introduction: [
11+
pages['print-an-integer'],
12+
pages['add-two-integers'],
13+
pages['check-even-or-odd'],
14+
pages['java-program-to-add-two-binary-numbers'],
15+
],
1116
}

0 commit comments

Comments
 (0)