mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
9 lines
115 B
C++
9 lines
115 B
C++
//
|
|
// Created by kim yang on 2020/6/28.
|
|
//
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(){
|
|
printf("Hello, DataStructure!");
|
|
} |