Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MTelling committed May 1, 2017
2 parents 776fa9f + f0acc3f commit 29e358a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/Tests/Challenge_Three.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Counting a's",
"description": "The goal of this challenge is to write a program that counts the number of a's in a string supplied in the first argument.\n\nExample:\nGiven args[0] = \"abc\" return 1.",
"description": "Count the number of a's in a string supplied in the first argument.\n\nExample:\nGiven args[0] = \"abc\" return 1.",
"filename": "Challenge_Three",
"tests": [
{
Expand Down Expand Up @@ -38,4 +38,4 @@
"java" : "public class Program {\n\tpublic Object run(String[] args) {\n\t\t//Type your code here...\n\t\treturn -1;\n\t}\n}",
"javascript" : "function program(args) {\n\treturn -1;\n}"
}
}
}

0 comments on commit 29e358a

Please sign in to comment.