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

Make input chomped array #1

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Make input chomped array #1

merged 1 commit into from
Dec 1, 2022

Conversation

baweaver
Copy link
Contributor

@baweaver baweaver commented Dec 1, 2022

With a lot of these problems the input typically needs to be parsed to its lines, and File.readlines(path, chomp: true) will also strip newlines making it relatively clean to work with inside the solutions.

With a lot of these problems the input typically needs to be parsed to its lines, and `File.readlines(path, chomp: true)` will also strip newlines making it relatively clean to work with inside the solutions.
Copy link
Owner

@egiurleo egiurleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏🏻

@egiurleo egiurleo merged commit 221ca47 into egiurleo:main Dec 1, 2022
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.

2 participants