|
|
|
|
|
|
21
|
|
21
|
|
|
22
|
|
22
|
|
|
23
|
## Overview
|
23
|
## Overview
|
|
24
|
-----
|
|
|
|
25
|
|
24
|
|
|
26
|
This guide walks you through how to contribute to the Java language track. It is opinionated and specific to allow those who are relatively new to Free Open Source Software to have a fighting chance of being successful. However, if you know what you're doing, we intent these instructions to be guidelines.
|
25
|
This guide walks you through how to contribute to the Java language track. It is opinionated and specific to allow those who are relatively new to Free Open Source Software to have a fighting chance of being successful. However, if you know what you're doing, we intent these instructions to be guidelines.
|
|
27
|
|
26
|
|
|
|
|
|
|
|
33
|
|
32
|
|
|
34
|
|
33
|
|
|
35
|
## Getting Setup
|
34
|
## Getting Setup
|
|
36
|
-----
|
|
|
|
37
|
|
35
|
|
|
38
|
You'll *need* the following:
|
36
|
You'll *need* the following:
|
|
39
|
|
37
|
|
|
|
|
|
|
|
108
|
You are now ready to go!
|
106
|
You are now ready to go!
|
|
109
|
|
107
|
|
|
110
|
## Getting Familiar With the Codebase
|
108
|
## Getting Familiar With the Codebase
|
|
111
|
-----
|
|
|
|
112
|
|
109
|
|
|
113
|
There are two objectives to the design of this build:
|
110
|
There are two objectives to the design of this build:
|
|
114
|
|
111
|
|
|
|
|
|
|
|
161
|
```
|
158
|
```
|
|
162
|
|
159
|
|
|
163
|
## Submitting Your Contribution
|
160
|
## Submitting Your Contribution
|
|
164
|
-----
|
|
|
|
165
|
|
161
|
|
|
166
|
First of all... Exercism is meant help programmers, world-wide, to develop their skills and in doing so help raise the bar on our industry as a whole. Your contribution is making that experience even better. Thank you!
|
162
|
First of all... Exercism is meant help programmers, world-wide, to develop their skills and in doing so help raise the bar on our industry as a whole. Your contribution is making that experience even better. Thank you!
|
|
167
|
|
163
|
|