package sample;

public class Hello {

	public static void main(String[] args) {

		if (DEBUG.ENABLED) {
			// TODO ꂽ\bhEX^u
			String str = new String();
			for (int i = 0; i < 10; i++) {
				// System.out.println("Hello, java\n");
				str += "قق\n";
			}
			System.out.println(str);
		}
	}

}
