martin-liu / martin-liu.github.io

Martin Liu's Blog
https://mliu.me
MIT License
34 stars 13 forks source link

test #2

Closed martin-liu closed 10 years ago

martin-liu commented 10 years ago

this is a test

function(){
alert('a');
}
class Test{
  public static void main(String[] args){
    System.out.println("test");
  }
}

test