Skip to content

Instantly share code, notes, and snippets.

View mant7s's full-sized avatar
:octocat:
Focusing

mant7s mant7s

:octocat:
Focusing
  • Beijing, China
  • 06:08 (UTC +08:00)
View GitHub Profile
@mant7s
mant7s / demo.java
Created February 9, 2017 08:22
java
public class Tank {
}
@mant7s
mant7s / demo.js
Created February 8, 2017 07:46
javascript
<script>
jQuery(function) {
}
</script>
@mant7s
mant7s / index.php
Created February 7, 2017 11:54
php source
<?php
class People {
function getInfo() {}
}