Sign in
apache
/
nuttx-apps
/
997ba578e402c45c0f030f35876d76c3fb65c270
/
.
/
examples
/
pashello
/
hello.pas
blob: fe137f1b674181e11b33f09f6fbb52f8395b530f [
file
] [
log
] [
blame
]
program hello
(
output
);
begin
writeln
(
'Hello world!!!'
);
end
.