5 lines
64 B
Text
5 lines
64 B
Text
|
|
int main(){
|
||
|
|
string hi = "Hello World.";
|
||
|
|
string ih = hi;
|
||
|
|
}
|