mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 07:14:28 +08:00
Add a ROMFS file system for testing the P-Code binary format
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
program hello(output);
|
||||
begin
|
||||
writeln('Hello world!!!');
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user