Commit Graph

750 Commits

Author SHA1 Message Date
8398d28e7b Fix: typo 2022-11-14 04:20:19 +00:00
8329fff047 fixed some formatting 2022-11-13 04:55:57 +00:00
eed8a469fa Fix: spelling mistake 2022-11-11 11:25:43 +08:00
bb7aece3c4 Adding an additional placeholder "__" on line 22
Currently, on line 22 there is only a single placeholder "__",
whereas the correct answer is "mut x"

hence an extra "__" is added

line 22 :
current  :      let __ = 1;
propose :     let __ __ = 1;

Correct answer :  let mut x = 1;

cheers
2022-11-07 13:10:00 +05:00
4983e0c2be fix: unnecessary space 2022-11-07 11:08:59 +07:00
a46840763e fix: change 、to . 2022-11-07 11:06:19 +07:00
14a2600176 fix: correct , to . 2022-11-07 11:02:49 +07:00
1a5bdaaf77 Merge pull request #317 from skondgekar/master
Updated solution
2022-11-07 08:29:32 +08:00
0af6883562 Merge pull request #323 from LarryLee-studio/patch-1
Update generics.md
2022-11-07 08:29:12 +08:00
9620bb18d0 Merge pull request #318 from AsakusaRinne/patch-1
修复字符串练习中的失效链接
2022-11-07 08:28:20 +08:00
718f040a77 Merge pull request #321 from Tanish-Eagle/edit
Editing the lifetimesEdit
2022-11-07 08:27:57 +08:00
8c499f89ef Merge branch 'master' into edit 2022-11-07 08:27:51 +08:00
2ab2ab823d Merge pull request #319 from rbtcollins/patch-1
no -> not
2022-11-07 08:26:41 +08:00
105e78151a Merge pull request #316 from katopz/master
fix: unnecessary space
2022-11-07 08:26:17 +08:00
cf9c15cd56 Update generics.md 2022-10-30 10:00:41 +08:00
47553f5207 Edited the advance.md 2022-10-29 15:40:38 +05:30
5e85e6630f Edited the static.md 2022-10-29 15:14:44 +05:30
e8fe2ebba2 Edited the basic.md 2022-10-29 14:52:00 +05:30
9b6be7ac83 no -> not 2022-10-13 09:11:30 +02:00
bdf79e72c4 修复字符串练习中的失效链接 2022-10-11 19:44:20 +08:00
64f606427f Solution update 2022-10-11 14:26:18 +05:30
2c73233b74 Updated solution 2022-10-11 14:12:36 +05:30
168e004d28 fix: wrong ```` 2022-10-11 10:11:06 +07:00
81ea842fe7 fix: unnecessary space 2022-10-11 09:47:49 +07:00
de36f5cfb0 fix: unnecessary space 2022-10-11 09:44:22 +07:00
16e8f45ab8 fix: unnecessary space 2022-10-11 09:43:03 +07:00
80efefae9e Merge pull request #311 from katopz/master
fix: cloure to closure
2022-10-11 10:17:16 +08:00
080495bd2f Merge pull request #312 from Tanish-Eagle/edit
Edit
2022-10-11 10:16:11 +08:00
5236143717 Merge pull request #313 from 3nt3/master
Fix spelling error, improve formatting
2022-10-11 10:15:13 +08:00
5f44f48eab Merge pull request #314 from JacksonUtsch/patch-1
Update Floating-Point 7 for compiler verification
2022-10-11 10:13:46 +08:00
c73195ef2d Merge pull request #315 from Tal-Chaim/patch-2
Fixed wrong print.
2022-10-11 10:12:30 +08:00
d54b651287 Fixed wrong print. 2022-10-08 22:39:44 +03:00
bf9f321870 Add solution 2022-10-07 13:07:34 -07:00
2057e0b0f0 Update Floating-Point 7 for compiler verification 2022-10-07 12:51:29 -07:00
06e079b043 fix spelling error, improve formatting
Signed-off-by: 3nt3 <gott@3nt3.de>
2022-09-22 12:47:31 +02:00
523c1ddf4f Fixed spelling mistakes in debug-display.md 2022-09-21 23:54:22 +05:30
b034aedf9d Edited the println!.md 2022-09-21 23:47:36 +05:30
d228721809 Fixed missing semicolons, and grammar mistakes 2022-09-21 22:45:38 +05:30
d0ab447801 fix: cloure to closure 2022-09-19 22:57:18 +07:00
055122f4fb Merge pull request #310 from AngleOldPig/patch-1
about.md: fix a typo
2022-09-19 09:14:14 +08:00
f6894f62aa about.md: fix a typo
Just a title mistake.
pracitce -> practice
2022-09-14 16:37:18 +08:00
f70fc371aa Merge pull request #307 from fujianbang/master
Fix bug where code blocks were not editable
2022-09-09 10:09:58 +08:00
369e521953 Merge pull request #306 from mistwave/patch-1
Use better wording
2022-09-09 10:09:26 +08:00
6e983278f8 Merge pull request #305 from Somoku/master
update: answer reference in "type-conversions"
2022-09-09 10:06:20 +08:00
402afc5acf Merge pull request #304 from Somoku/patch-1
Fix a typo in code comment.
2022-09-09 10:05:48 +08:00
74823e30e0 Merge pull request #303 from Tanish-Eagle/edit
Edit
2022-09-09 10:05:17 +08:00
4353bb43a8 Fix bug where code blocks were not editable 2022-09-06 00:23:49 +08:00
fb92015b07 Use better wording 2022-09-05 14:44:13 +08:00
679bc95397 update: answer reference in "type-conversions" 2022-08-29 15:52:39 +08:00
8a88a51bf1 Fix a typo in code comment. 2022-08-25 14:32:32 +08:00