mirror of
https://github.com/xusun0623/exam_code_for_408.git
synced 2026-02-04 02:44:36 +08:00
5 lines
67 B
C++
5 lines
67 B
C++
#include<stdio.h>
|
|
int main() {
|
|
printf("hello");
|
|
return 0;
|
|
} |