Skip to content

Commit d9dc64a

Browse files
This is Carlos's chicken.
Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>
1 parent ae772b3 commit d9dc64a

File tree

1 file changed

+14
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string

1 file changed

+14
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/ChickenArtBuilder.java

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,20 @@ public enum ChickenArtBuilder {
9292
\\____/
9393
><
9494
"""),
95-
95+
REALISTIC("""
96+
\\
97+
\\ .-=-.
98+
_/ `.
99+
/_( 9 |.__
100+
\ ``-._
101+
| _... `
102+
| .' `-. _,'
103+
\ `-. ,' ;
104+
`. `~~' /
105+
_ 7`"..."'
106+
,'| __/
107+
,'\
108+
"""),
96109
// Whistling Chicken
97110
WHISTLING("""
98111
\\ |

0 commit comments

Comments
 (0)