import { describe, expect, it } from 'vitest';

describe('2020 - Day 25 - Part Two', () => {
	it('should solve the input', () => {
		expect(0).toEqual(0);
	});

	it('should solve the first example', () => {
		expect(0).toEqual(0);
	});
});
