Skip to content

Commit

Permalink
Merge pull request JuliaLang#88 from exercism/launch-it
Browse files Browse the repository at this point in the history
Activate the track in config.json
  • Loading branch information
SaschaMann authored Oct 6, 2017
2 parents 5a34673 + 6dbeec9 commit 005a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"language": "Julia",
"active": false,
"active": true,
"blurb": "Julia is an open-source high-level, dynamic programming language whose sweet spot is technical and scientific computing. It is convenient for day-to-day work and fast enough for high performance computing.",
"exercises": [
{
Expand Down

0 comments on commit 005a771

Please sign in to comment.