Compare commits

..

No commits in common. "790b67ff9998c9d5614b16d35c765daf48dd9d4f" and "945a097fa770d39f95e17a5b8a2c69d3a13e0360" have entirely different histories.

3 changed files with 1 additions and 10 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
helloworld
helloworld.o
helloworld*

View File

@ -1,5 +0,0 @@
//compiles and runs successfully
program Hallo;
begin
writeln ('Hallo, Welt.');
end.

View File

@ -1,3 +0,0 @@
#!/bin/bash
fpc helloworld.pas
./helloworld