generated from bing/readnotes
16 lines
186 B
Markdown
16 lines
186 B
Markdown
|
# this is a test
|
||
|
|
||
|
this is a test
|
||
|
|
||
|
## test subtitle
|
||
|
|
||
|
```c++
|
||
|
#include <iostream>
|
||
|
using namespace std;
|
||
|
int main(){
|
||
|
cout<<"helloworld!"
|
||
|
return 0
|
||
|
}
|
||
|
```
|
||
|
|
||
|
[this is a test link](main.go)
|