Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hlung
Copy link

@hlung hlung commented Dec 11, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant