WeekGolf icon indicating copy to clipboard operation
WeekGolf copied to clipboard

The official repository behind WeekGolf

Results 1 WeekGolf issues
Sort by recently updated
recently updated
newest added

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...