Compare commits
2 Commits
945a097fa7
...
790b67ff99
Author | SHA1 | Date | |
---|---|---|---|
|
790b67ff99 | ||
|
cd3977cd19 |
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
helloworld*
|
helloworld
|
||||||
|
helloworld.o
|
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