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