You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 days ago | |
|---|---|---|
| .obsidian/snippets | 1 month ago | |
| Algorithm | 4 days ago | |
| C++ Advanced | 4 days ago | |
| C++ Beginner | 3 days ago | |
| 素材 | 4 days ago | |
| .gitignore | 4 days ago | |
| README.md | 4 days ago | |
README.md
欢迎来到 Cym10x 的 Primer Pro!
这将会是一本比 Primer Plus 还乱的笔记本,专门记录程序设计相关的笔记
#include <print> //C++23
int main(){
using std::print,std::println;
println("Hello, Obsidian!");
}