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.cpp
2021-10-03 10:28:37 +08:00

8 lines
110 B
C++

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