blob: c9f398d8786820588da652a7a89ef5c3e729127b [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#include <stdio.h>
2
3int main(void)
4{
5 return puts("hi");
6}