Polyman Documentation - v2.2.2
    Preparing search index...

    Function saveProblemIdToConfig

    • Saves problem ID to Config.json.

      Parameters

      • configPath: string

        Path to Config.json

      • problemId: number

        Problem ID to save

      Returns void

      If Config.json cannot be read or written

      saveProblemIdToConfig('./my-problem/Config.json', 123456);