mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
+ init
This commit is contained in:
parent
6671496527
commit
604875d93b
28
ide/text/gplprog.pt
Normal file
28
ide/text/gplprog.pt
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
$Id$
|
||||||
|
<partof>
|
||||||
|
Copyright (c) 1998 by <yourname>
|
||||||
|
|
||||||
|
<infoline>
|
||||||
|
|
||||||
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
program ;
|
||||||
|
|
||||||
|
uses ;
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
END.
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.1 1999-02-19 15:37:26 peter
|
||||||
|
+ init
|
||||||
|
|
||||||
|
}
|
||||||
|
|
37
ide/text/gplunit.pt
Normal file
37
ide/text/gplunit.pt
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
$Id$
|
||||||
|
<partof>
|
||||||
|
Copyright (c) 1998 by <yourname>
|
||||||
|
|
||||||
|
<infoline>
|
||||||
|
|
||||||
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
unit ;
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses ;
|
||||||
|
|
||||||
|
const
|
||||||
|
|
||||||
|
type
|
||||||
|
|
||||||
|
var
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
end.
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.1 1999-02-19 15:37:26 peter
|
||||||
|
+ init
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user