repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
hello-world.cgi
blob
a1e012b2535666bd1c58e9ffac56d0160a9b6c4d
1
#!/usr/bin/perl -wT
2
3
print
"Content-type: text/plain
\n\n
"
;
4
print
"Hello World!"
;