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
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
40
-
- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
40
+
5. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
41
41
42
42
43
43
Good luck! Have fun!
@@ -59,18 +59,18 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
59
59
unchanged: 0, updated: 0, new: 1
60
60
61
61
```
62
-
- Change directory into the exercise:
62
+
2. Change directory into the exercise:
63
63
64
64
```
65
65
$ cd /Users/johndoe/exercism/java/hello-world
66
66
```
67
-
- Run the tests:
67
+
3. Run the tests:
68
68
69
69
```
70
70
$ gradle test
71
71
```
72
72
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
73
-
- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
73
+
4. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
74
74
75
75
Good luck! Have fun!
76
76
@@ -91,18 +91,18 @@ If you get stuck, at any point, don't forget to reach out for [help](http://exer
91
91
unchanged: 0, updated: 0, new: 1
92
92
93
93
```
94
-
- Change directory into the exercise:
94
+
2. Change directory into the exercise:
95
95
96
96
```
97
97
$ cd /home/johndoe/exercism/java/hello-world
98
98
```
99
-
- Run the tests:
99
+
3. Run the tests:
100
100
101
101
```
102
102
$ gradle test
103
103
```
104
104
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
105
-
- Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
105
+
4. Solve the exercise. Find and work through the `GETTING_STARTED.md` guide ([view on GitHub](https://github.com/exercism/xjava/blob/master/exercises/hello-world/GETTING_STARTED.md)).
0 commit comments