Skip to content

Commit 90a1468

Browse files
committed
Create a-simple-http-server.md
1 parent e985331 commit 90a1468

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

a-simple-http-server.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Sometimes you need a simple HTTP server:
2+
3+
```
4+
python -m SimpleHTTPServer
5+
```

0 commit comments

Comments
 (0)