Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Aug 15, 2023
1 parent a801c8a commit 1976e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/challenges/chess-simp/2022-01.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { legalMoves_slow } from '@/move/legal'
import { isPawn } from '@/piece'

export class Challenge_2022_01_29 implements Challenge {
meta = {
meta: Challenge['meta'] = {
uuid: '1515dfc7-4ed7-444d-a8cb-ac6b35e699bd',
title: 'Our Kings Almost Touched',
link: 'https://www.youtube.com/watch?v=sEdZU-0oHdM',
Expand Down

1 comment on commit 1976e0f

@vercel
Copy link

@vercel vercel bot commented on 1976e0f Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ches – ./

ches-neongreen.vercel.app
ches.vercel.app
ches-git-main-neongreen.vercel.app

Please sign in to comment.