sync notes(auto)

This commit is contained in:
kaz Saita@raspi4 2024-02-23 20:45:12 +09:00
parent 7be40c8591
commit 45ea6f28a1

View file

@ -1,3 +1,13 @@
# 20240219173704 sandbox
#sandbox
変更のテスト
```cpp
#include <cstdio>
int main()
{
printf("hello world!);
return 0;
}
```