mirror of
https://github.com/xusun0623/exam_code_for_408.git
synced 2026-02-03 02:14:02 +08:00
4 lines
54 B
C++
4 lines
54 B
C++
#include <stdio.h>
|
|
int main() {
|
|
printf("hello");
|
|
} |