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 的 Primer Pro!
这将会是一本比 Primer Plus 还乱的笔记本,专门记录程序设计相关的笔记
#include <print> //C++23
int main(){
using std::print,std::println;
println("Hello, Obsidian!");
}