RosettaCodeData/Task/Copy-a-string/Ada/copy-a-string-1.ada

3 lines
47 B
Ada

Src : String := "Hello";
Dest : String := Src;