codyroux

Results 1 issues of codyroux

Hi all; I'm trying to fuzz a "trivial" method, of the form ``` String foo() { return "hello, world!"; } ``` Obviously, not a fascinating method to fuzz, but putting...