[关闭]
@LIUHUAN 2016-05-01T11:37:16.000000Z 字数 359 阅读 905

markdown 入门

code format

  1. #include<stdio.h>
  2. int main(int argc,char* argv[]){
  3. printf("hello world");
  4. return 0;
  5. }
  1. pubic class First{
  2. public static void main(String []args){
  3. System.out.println("hello world");
  4. }
  5. }
  1. def say():
  2. print "hello world"
  1. def say():
  2. print "hello world"

math formulate(latex format)

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注