This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
webserver
Watch
4
Star
0
Fork
2
Code
Issues
0
Pull Requests
1
Releases
5
Wiki
Activity
Browse Source
dummy
pull/1/head
Volker Birk
2 years ago
parent
f702e58c86
commit
94eb888a35
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
test_webserver.cc
+ 7
- 0
test_webserver.cc
View File
@ -0,0 +1,7 @@
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
hello, world
\n
"
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save