This file is indexed.

/usr/share/doc/julia/examples/quine.jl is in julia-common 0.4.7-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
# This file is a part of Julia. License is MIT: http://julialang.org/license

x="println(\"x=\$(repr(x))\\n\$x\")"
println("x=$(repr(x))\n$x")