diff --git "a/data/1.rust\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.rust\347\256\200\344\273\213/helloworld.md" "b/data/1.rust\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.rust\347\256\200\344\273\213/helloworld.md" index 6457bbd1f6ac90041c2e7e6bbfdc37a4193e9c39..634450664e76e83753fa86657adc615b48056d11 100644 --- "a/data/1.rust\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.rust\347\256\200\344\273\213/helloworld.md" +++ "b/data/1.rust\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/1.rust\347\256\200\344\273\213/helloworld.md" @@ -54,4 +54,4 @@ fn main() { str1.push_str(str2.as_str()); println!("{}", str1); } -``` \ No newline at end of file +```