mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-12 11:28:46 +02:00
17 lines
222 B
ObjectPascal
17 lines
222 B
ObjectPascal
unit Unit1;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, SysUtils;
|
|
|
|
{$Warning The package editortoolbar was removed. Its features are now part of the IDE.
|
|
You can safely uninstall the package.}
|
|
|
|
implementation
|
|
|
|
end.
|
|
|