mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
✨ update DS_HelloWord
This commit is contained in:
9
DataStructure/DS_HelloWord.cpp
Normal file
9
DataStructure/DS_HelloWord.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Created by kim yang on 2020/6/28.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Hello, DataStructure!");
|
||||
}
|
||||
Reference in New Issue
Block a user