refactor: 将 example 路径重构为 examples

This commit is contained in:
2025-09-28 08:49:57 +00:00
parent 4c48febd41
commit ba9cfbbe1f
5 changed files with 2 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main()
{
puts("Hello world!");
return 0;
}