Forked from
cse311-16sp / on-my-own-source-code
Up to date with the upstream repository.
-
Adam Blank authored98a86e8b
OnMySourceCodeGENERATOR.java 379 B
/* CSE 311
*
* OnMySourceCodeGENERATOR
*
* Name:
* UW NetID:
*
*/
public class OnMySourceCodeGENERATOR {
public static void OnMySourceCodeGENERATOR(String P) {
/* TODO Write this method */
/* You can use Tester.java to test if your code is correct. If you run it, the last line
* of output will either say "Yay!" or "No"
*/
}
}