config.json 253 B

12345678910
  1. {
  2. "blurb": "Translate RNA sequences into proteins.",
  3. "authors": ["MichaelBunker"],
  4. "contributors": [],
  5. "files": {
  6. "solution": ["ProteinTranslation.php"],
  7. "test": ["ProteinTranslationTest.php"],
  8. "example": [".meta/example.php"]
  9. }
  10. }