You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BQN expects its input from command line arguments. However, using cat ... sends it through the shell's parser which tokenizes it using whitespace. Therefore all whitespace characters from input are lost.
Either of those solution will break many of the existing solutions in BQN, but I think this is worth it to make sure future holes can be solved with BQN.
Currently, BQN expects its input from command line arguments. However, using
cat ...
sends it through the shell's parser which tokenizes it using whitespace. Therefore all whitespace characters from input are lost.https://github.com/aderepas/WeekGolf/blob/c95f32bb299d8d2d6b915ff2cecbefe9d1ca7fdc/docker/bqn/launch.sh#L9
The text was updated successfully, but these errors were encountered: