adding experimental changes
This commit is contained in:
10
h2/lib2/hello3.adb
Normal file
10
h2/lib2/hello3.adb
Normal file
@ -0,0 +1,10 @@
|
||||
with H3.Compilers;
|
||||
|
||||
procedure hello3 is
|
||||
package C is new H3.Compilers(Standard.Wide_Character);
|
||||
|
||||
Compiler: C.Compiler;
|
||||
begin
|
||||
Compiler.Feed ("<<=hello world");
|
||||
Compiler.End_Feed;
|
||||
end hello3;
|
Reference in New Issue
Block a user