Projects STRLCPY wrongsecrets Commits 96cd55a6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CONTRIBUTING.md
    skipped 272 lines
    273 273   return secret.equals(answer);
    274 274   }
    275 275   //which runtime can you use to run the challenge on ? (You can just use Docker here)
    276  - @Override
    277 276   /**
    278 277   * {@inheritDoc}
    279 278   */
     279 + @Override
    280 280   public List<RuntimeEnvironment.Environment> supportedRuntimeEnvironments() {
    281 281   return List.of(RuntimeEnvironment.Environment.DOCKER);
    282 282   }
    283 283   //set the difficulty: 1=low, 5=very hard
     284 + /**
     285 + * {@inheritDoc}
     286 + * Difficulty: 1.
     287 + */
    284 288   @Override
    285 289   public int difficulty() {
    286 290   return 1;
    287 291   }
    288 292   //on which tech is this challenge? See ChallengeTechnology.Tech for categories
     293 + /**
     294 + * {@inheritDoc}
     295 + * Secrets based.
     296 + */
    289 297   @Override
    290 298   public String getTech() {
    291 299   return ChallengeTechnology.Tech.SECRETS.id;
    skipped 80 lines
Please wait...
Page is in error, reload to recover