Compare commits
No commits in common. "790b67ff9998c9d5614b16d35c765daf48dd9d4f" and "945a097fa770d39f95e17a5b8a2c69d3a13e0360" have entirely different histories.
790b67ff99
...
945a097fa7
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
helloworld
|
helloworld*
|
||||||
helloworld.o
|
|
|
@ -1,5 +0,0 @@
|
||||||
//compiles and runs successfully
|
|
||||||
program Hallo;
|
|
||||||
begin
|
|
||||||
writeln ('Hallo, Welt.');
|
|
||||||
end.
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
fpc helloworld.pas
|
|
||||||
./helloworld
|
|
Loading…
Reference in New Issue
Block a user