Skip to content

languages

Jimmy Wei edited this page Mar 11, 2023 · 6 revisions

languages is a required array of objects field used by the sample browsers to specify which programming languages the sample uses. Supported array elements are:

  • { "cpp": {} }
  • { "fortran": {} }
  • { "python": {} }

The languages field in your sample.json file should have a format similar to the following:

"languages": [
  {
    "cpp": {}
  },
  {
    "fortran": {}
  }
]
Clone this wiki locally