blob: c9f398d8786820588da652a7a89ef5c3e729127b [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#include <stdio.h>
2
3int main(void)
4{
5 return puts("hi");
6}