Skip to content

Instantly share code, notes, and snippets.

Created September 6, 2013 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6458531 to your computer and use it in GitHub Desktop.
Save anonymous/6458531 to your computer and use it in GitHub Desktop.
package com.cad0420.testproj;
import org.junit.Test;
public class ThankLZ {
@Test
public void saySomething() {
System.out.println("感谢呀!之前帖子都没贴上链接呀!蠢死了。。");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment