wintercoder / helloworld

新手玩github的测试项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

渣渣学github的自我小测试和笔记,笔记戳这里

下面是github自有的markdown,也是笔记来滴

任务列表

  • 编写代码
  • 编写所有测试程序
  • 为代码编写文档

代码

for(int i=0 ; i < 5 ; i++)
{
   System.out.println("i is : " + i);  
}

引用他人评论之类的内容

选中他人评论,按r即在每行前加个>,渲染效果就是引用。

Whether 'tis Nobler in the mind to suffer
The Slings and Arrows of outrageous Fortune,

表情

两个:夹起来,:bowtie: 表情内容可以在http://www.emoji-cheat-sheet.com/里找到

图片

直接在网页上拖图进去,当然用图床更好

About

新手玩github的测试项目