20240219173704 sandbox

sandbox 変更のテスト

#include <cstdio>
 
int main()
{
  printf("hello world!);
  return 0;
}