This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/ex3/ex3.cpp
2021-10-07 23:19:17 +08:00

8 lines
110 B
C++

#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("测试");
system("pause");
return 0;
}