Browse Source

Formatting the arguments as code

content-update
Augusto 5 years ago
parent
commit
72c9396e89
  1. 44
      subjects/go-reloaded.audit.en.md

44
subjects/go-reloaded.audit.en.md

@ -1,41 +1,41 @@
#### Atoi #### Atoi
##### Try with the argument: "" ##### Try with the argument: `""`
`0` `0`
###### Is it this the value returned by the function?•1 ###### Does the function returns the value above?•1
##### Try with the argument: "-" ##### Try with the argument: `"-"`
`0` `0`
###### Is it this the value returned by the function?•1 ###### Is it this the value returned by the function?•1
##### Try with the argument: "+" ##### Try with the argument: `"+"`
`0` `0`
###### Is it this the value returned by the function?•1 ###### Does the function returns the value above?•1
##### Try with the argument: "0" ##### Try with the argument: `"0"`
`0` `0`
###### Is it this the value returned by the function?•1 ###### Does the function returns the value above?•1
##### Try with the argument: "+0" ##### Try with the argument: `"+0"`
`0` `0`
###### Does the function returns the value above?•1 ###### Does the function returns the value above?•1
##### Try with the argument: "-Invalid123" ##### Try with the argument: `"-Invalid123"`
`0` `0`
###### *Is the returned value of the function?•7389 ###### *Does the function returns the value above?•432
##### Try with the argument: "--123" ##### Try with the argument: `"--123"`
`0` `0`
###### Is it this the value returned by the function?•1 ###### Does the function returns the value above?•1
##### Try with the argument: "1" ##### Try with the argument: `"1"`
###### Does the function returns the following value?•1
`1` `1`
##### Try with the argument: "-3" ###### Does the function returns the value above?•1
###### Does the function returns the following value?•1 ##### Try with the argument: `"-3"`
`-3` `-3`
##### Try with the argument: "8292" ###### Does the function returns the value above?•1
###### Does the function returns the following value?•1 ##### Try with the argument: `"8292"`
`8292` `8292`
##### Try with the argument: "9223372036854775807" ###### Does the function returns the value above?•1
###### Does the function returns the following value?•1 ##### Try with the argument: `"9223372036854775807"`
`9223372036854775807` `9223372036854775807`
##### Try with the argument: "-9223372036854775808" ###### Does the function returns the value above?•1
###### Does the function returns the following value?•1 ##### Try with the argument: `"-9223372036854775808"`
`-9223372036854775808` `-9223372036854775808`
###### Does the function returns the value above?•1
#### RecursivePower #### RecursivePower

Loading…
Cancel
Save