public_notes/content/20240219173704 sandbox.md

15 lines
137 B
Markdown
Raw Permalink Normal View History

2024-02-19 17:40:02 +09:00
# 20240219173704 sandbox
#sandbox
2024-02-22 22:30:17 +09:00
変更のテスト
2024-02-23 20:45:12 +09:00
```cpp
#include <cstdio>
int main()
{
printf("hello world!);
return 0;
}
```
2024-06-20 22:51:14 +09:00