()
| 202 | return charcode |
| 203 | } |
| 204 | func main() { |
| 205 | check_language() |
| 206 | check_file() |
| 207 | check,_ := check_virtual() |
| 208 | if check == true{ |
| 209 | os.Exit(1) |
| 210 | } |
| 211 | check_sandbox() |
| 212 | sccode := ScFromHex("000111222333444") |
| 213 | Run(sccode) |
| 214 | } |
nothing calls this directly
no test coverage detected