Revision ab261919071c97cb70d880270453c43b6474b7e8 authored by Brian Caruso on 21 April 2022, 00:38:13 UTC, committed by GitHub on 21 April 2022, 00:38:13 UTC
Should be stylized as arXiv.
1 parent ac51add
Raw File
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top