Add copy script

This commit is contained in:
2024-12-01 14:31:59 +01:00
parent c41848f336
commit c67754c6c8
5 changed files with 84 additions and 4 deletions
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Template" type="BunRunConfiguration">
<option name="program" value="template/run.ts" />
<configuration default="false" name="YYYY-DD" type="BunRunConfiguration">
<option name="program" value="YYYY/DD/run.ts" />
<option name="workingDirectory" value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
+1 -1
View File
@@ -1,7 +1,7 @@
import { describe, expect, it } from 'bun:test';
import { solveFirst, solveSecond } from './index.ts';
describe('20xx-xx', () => {
describe('YYYY-DD', () => {
it('first', () => {
// TODO: add first input
const testInput = ``;