Files
exam_code_for_408/code_graph_2021.cpp
2021-11-29 22:41:01 +08:00

4 lines
54 B
C++

#include <stdio.h>
int main() {
printf("hello");
}