Skip to content

Commit

Permalink
Update Aoc2223.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Oct 29, 2023
1 parent bd4752b commit 21f78a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/Aoc2223.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 URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/main/aoc/2223.1"
const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/main/aoc/2223.in"//1"

var Aoc2223 = () => {

Expand Down

0 comments on commit 21f78a1

Please sign in to comment.