mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 18:44:19 +08:00
数据库复习——基础知识
This commit is contained in:
8
code_segment/test_string.cpp
Normal file
8
code_segment/test_string.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include<iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
string s("123");
|
||||
cout<<s<<endl;
|
||||
}
|
||||
Reference in New Issue
Block a user