about summary refs log tree commit diff stats
path: root/lib/Octans/Puzzle/Get.rakumod
blob: df11652c081fccadc7bfa44c19ae33c5ee08b3e7 (plain) (blame)
1
2
3
4
5
sub get-puzzle(Any) is export {
    note "Cannot fetch the puzzle.";
    note "This version is built without WWW support.";
    exit 1;
}