fpc/packages/fcl-web/examples/jsonrpc/demo1/demo.lpr
michael 3d414fe91b * json-rpc examples, and compile it as well
git-svn-id: trunk@15361 -
2010-06-03 15:18:09 +00:00

17 lines
174 B
ObjectPascal

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