fpc/packages/fcl-web/examples/jsonrpc/demo1/demo.lpr
michael 86a5871ba4 * Lazarus is no longer needed for the examples
git-svn-id: trunk@17740 -
2011-06-13 12:57:32 +00:00

19 lines
187 B
ObjectPascal

program demo;
{$mode objfpc}{$H+}
uses
fpCGI, wmdemo;
// {$R *.res}
{$R *.res}
begin
Application.Title:='FPC JSON-RPC demo ';
Application.Initialize;
Application.Run;
end.