about summary refs log tree commit diff
path: root/codechef/fancy.p6
blob: 4d75e45867ff9d08171b176287d95349a5543b38 (plain) (blame)
1
2
#!/usr/bin/env perl6
for ^get() { put /<<not>>/ ?? 'Real Fancy' !! 'regularly fancy' for get }