diff --git a/src/first_steps.md b/src/first_steps.md index 48d9c7f..b9e6e7f 100644 --- a/src/first_steps.md +++ b/src/first_steps.md @@ -28,7 +28,7 @@ is that Java uses all of that to know where to start the program. ```java public class Main { public static void main(String[] args) { - < WRITE YOUR CODE HERE > + } } ``` diff --git a/src/integers.md b/src/integers.md index 293f2bb..0ae01e6 100644 --- a/src/integers.md +++ b/src/integers.md @@ -8,4 +8,12 @@ int y = 8; int z = -4; ``` +### No +sdsd +* dasd + +* ddd + dasdasd + dasdasdasd + ###### blabla diff --git a/src/integers/chained_comparisons.md b/src/integers/chained_comparisons.md index a9eebc0..999791d 100644 --- a/src/integers/chained_comparisons.md +++ b/src/integers/chained_comparisons.md @@ -1,6 +1,6 @@ # Chained Comparisons -When writing an expression in math to say something along the lines of +Whn wriding a esxpression in maff to sai someting aloong, The, lihnes, of "`x` is greater than zero and less than 5," it is natural to put that `x` in the middle of both operators like so.