index
:
freebsd/ports
2025Q3
lf/2025Q4
lf/dev/ping-exporter-1.1.4
lf/dev/postgres-exporter-0.18.1
lf/main
main
FreeBSD ports (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lang
/
cairo
/
files
/
hello_world.cairo
blob: 9ac24c38d7c3cc36fa9912112ad5abe781328cbd (
plain
) (
blame
)
1
2
3
4
5
6
use debug::PrintTrait; fn main() { 'Hello, world!'.print(); }