Tested Pascal
This commit is contained in:
parent
cd3977cd19
commit
790b67ff99
5
pascal/helloworld.pas
Normal file
5
pascal/helloworld.pas
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
//compiles and runs successfully
|
||||||
|
program Hallo;
|
||||||
|
begin
|
||||||
|
writeln ('Hallo, Welt.');
|
||||||
|
end.
|
3
pascal/test.sh
Executable file
3
pascal/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
fpc helloworld.pas
|
||||||
|
./helloworld
|
Loading…
Reference in New Issue
Block a user