test
测试加入的Prism.js:
const test = [9,8,7,6,5,4,3,2,1];
const print_fn = (arr){
for(let i=0; i<test.length;i++){
console.log(test[i]);
}
}
print_fn(test);
#include <stdio.h>
int main()
{
puts("Hello World!");
return 0;
}
public class Test {
private int count;
public String name;
public Test(){
this.count = 0;
this.name = "test";
}
public void add(){
this.count++;
}
public int getCount(){
return this.count;
}
}
测试加入的fontawesome:
🥳
Test callout card
Test toggle
## 123456
- 123456
- aaa
- bbb
- ccc
- ddd
aaaaa