Skip to content

Commit

Permalink
Update Aoc2212.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Sep 20, 2023
1 parent 7d2d311 commit df2c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/Aoc2212.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState, useEffect } from "react"
import { FetchData, LenNStrsFromLine } from "../helpers/Helpers"

const [sp1, sp2] = [' ', '']
const [sp1, sp2] = [' ', ' ']

const suffixes = ['in', 'alt']
const choice = suffixes[Math.floor(Math.random() * suffixes.length)]
Expand Down

0 comments on commit df2c97e

Please sign in to comment.