Skip to content

Commit d9e9bf8

Browse files
committed
Introduce conflicting change for the1Riddle (version 2)
1 parent f697003 commit d9e9bf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Solutions/Conflict-fixes/the1Riddle-code_scenario.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* A program that takes a value, eg 1 and returns its type
2+
* A program that takes a value, eg b, and returns its type
33
* plus other types
44
*
5-
* Note: the program does not accept strings
5+
* Note: the program doesn't accept strings
66
*
77
* How to use:
8-
* rezzcode@linux$ rustc get_type.rs
9-
* rezzcode@linux$ ./get_type.rs 4
8+
* rezzcode@linux$ rustc code_scenario.rs
9+
* rezzcode@linux$ ./code_scenario.rs 8
1010
*
1111
* 4 is of type i32: 4 bytes
1212
* Other types:

0 commit comments

Comments
 (0)