You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/ch2_firstjavaprogram.ptx
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -170,17 +170,24 @@
170
170
<sectionxml:id="sec-lets-look-at-a-java-program">
171
171
<title>Lets look at a Java Program</title>
172
172
<p>
173
-
A time-honored tradition in Computer Science is to write a program called “hello world.” The “hello world” program is simple and easy.
173
+
A time-honored tradition in Computer Science is to write a program called “Hello World.” The “Hello World” program is simple and easy.
174
174
There are no logic errors to make, so getting it to run relies only on understanding the syntax.
175
175
To be clear, lets look at a “complicated” version of hello world for Python:
0 commit comments