1 2 3 4 5 6 7 8 9 10 11
| public class About { public static void main(String[] args) { System.out.println("Lei Wang"); System.out.println("Software Engineering & Computer Technology"); System.out.println("leiwang.xyz"); System.out.println("github.com/ileiwang"); System.out.println("Powered by Hexo & NexT"); System.out.println("Hosted on Github Pages"); System.out.println("Since 2016, Build with ❤ by Lei Wang"); } }
|