1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-03-02 02:11:46 -05:00
2009-11-29 19:23:25 +00:00

14 lines
112 B
ObjectPascal

unit internets;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
implementation
end.