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.
Cym10x 0afcd1fad6
Initial
2 months ago
.obsidian/snippets Initial 2 months ago
.gitignore Initial 2 months ago
README.md Initial 2 months ago

README.md

欢迎来到 Cym10x 的 Primer Pro!

这将会是一本比 Primer Plus 还乱的笔记本,专门记录程序设计相关的笔记

#include <print> //C++23
int main(){
	using std::print,std::println;
	println("Hello, Obsidian!");
}