swift-aoc-starter-example icon indicating copy to clipboard operation
swift-aoc-starter-example copied to clipboard

Add --new flag for creating new files for the next day

Open hlung opened this issue 11 months ago • 1 comments

This command flag creates new files for the next day. Just run this command and new files will be created!

➜  swift-aoc-starter-example git:(feature/new-flag) swift run AdventOfCode --new
Building for debugging...
[7/7] Applying AdventOfCode
Build of product 'AdventOfCode' complete! (1.74s)
Created /Users/thongchai.kolyutsaku/Projects/GitHub/swift-aoc-starter-example/Sources/Data/Day01.txt
Created /Users/thongchai.kolyutsaku/Projects/GitHub/swift-aoc-starter-example/Sources/Day01.swift
Created /Users/thongchai.kolyutsaku/Projects/GitHub/swift-aoc-starter-example/Tests/Day01.swift
See your question at https://adventofcode.com/2024/day/1
Good luck!

hlung avatar Dec 11 '24 16:12 hlung