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

Change absolute paths to relative paths. #1

Open
JMSchietekat opened this issue Dec 6, 2021 · 0 comments
Open

Change absolute paths to relative paths. #1

JMSchietekat opened this issue Dec 6, 2021 · 0 comments

Comments

@JMSchietekat
Copy link

JMSchietekat commented Dec 6, 2021

Hi @randrag

If you allow collaboration, allow collaborators to create branches (protect main branch?) so that PRs could be created. Alternatively I suggest updating your input file paths from an absolute path into a relative path. Its easier for outsiders to run your code😁

module Day01 =
  let getInput () =
    System.IO.File.ReadLines($"{__SOURCE_DIRECTORY__}/input01.txt")
    |> Seq.map int64
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

No branches or pull requests

1 participant