added text metrics
[sdlgit/SDL-Site.git] / htdocs / assets / test.pl
CommitLineData
61a54f8a 1#!/usr/bin/env perl
2
3print "Content-type: text/html\n\n";
4print "hello";
5
6exit;