about summary refs log tree commit diff
path: root/codechef/fancy.p6
diff options
context:
space:
mode:
Diffstat (limited to 'codechef/fancy.p6')
-rwxr-xr-xcodechef/fancy.p62
1 files changed, 2 insertions, 0 deletions
diff --git a/codechef/fancy.p6 b/codechef/fancy.p6
new file mode 100755
index 0000000..4d75e45
--- /dev/null
+++ b/codechef/fancy.p6
@@ -0,0 +1,2 @@
+#!/usr/bin/env perl6
+for ^get() { put /<<not>>/ ?? 'Real Fancy' !! 'regularly fancy' for get }