gaori.space
hello, space
Dec 2, 2025
import
std
;
auto
main
()
->
int
{
std
::
println
(
"hello, space"
);
}