Skip to content

Commit

Permalink
add test codes for hljs
Browse files Browse the repository at this point in the history
  • Loading branch information
moesoha committed Feb 15, 2019
1 parent 95a29d0 commit 68221a1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/devserver/fakepost.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,40 @@ Linux对内存的访问控制更为严格,因此在Windows上可能正常运
数据可能真的有问题。但是如果不止一个人通过了这道题,那最好不要怀疑是数据的锅。</code></pre>
<p>如有写得不好的地方,还请dalao多多指正!
<strong>乱码是因为我用的预览体验系统......不过用正式版也可以了!</strong></p>
<pre><code class="language-php">
$test=233;
var_dump($test);</code></pre>
<pre><code class="language-cpp">
#define mian main
#define bao int
#define hao int
#define dailai scanf
#define daizou printf
#define gaoci return 0
#include&lt;stdio.h&gt;
bao mian(){
hao chi;
hao wan;
dailai("%d %d",&amp;chi,&amp;wan);
hao huai=chi+wan;
daizou("%d",huai);
gaoci;
}</code></pre>
<pre><code class="language-python">
import flask
app = flask.Flask("SAM Drawer")
@app.route("/")
def home()-&gt;str:
return "qwq"
def main()-&gt;None:
app.run(port=8080)
if __name__ == "__main__":
main()</code></pre>
`
})

0 comments on commit 68221a1

Please sign in to comment.