2018-08-10

Hello JianShu

It is a test for markdown in JianShu.

I love jianshu
My name is PanKaipeng

This is a piece of code. print("Hello code")
This is a block of code.

public class Test { 
  public static void main(String[] args) { 
    { 
      int x = 3; 
      System.out.println("普通代码块内的变量x=" + x); 
    } 
    int x = 1; 
    System.out.println("主方法内的变量x=" + x); 
    { 
      int y = 7; 
      System.out.println("普通代码块内的变量y=" + y); 
    } 
                                                       } 
                        } 

This is End.

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容