Hi, I want to make a web server that will be written in Pascal.
* Anyone that does this this will earn 20 Frih$ *
My code currently (there's no web server in there):
* Anyone that does this this will earn 20 Frih$ *
My code currently (there's no web server in there):
| Code: |
|
program AServer; begin writeln('Starting server...press any key and hit Enter.'); readln(); writeln('Done loading...'); readln(); end. |
