Package com.kata.marzo

Examples of com.kata.marzo.FizzBuzz


import com.kata.marzo.FizzBuzz;

public class FizzBuzzTest {

  private String print() {
    FizzBuzz fizzBuzz = new FizzBuzz();
    return fizzBuzz.print();
  }
View Full Code Here

TOP

Related Classes of com.kata.marzo.FizzBuzz

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.