System.out.println("It's not a bug - it's a feature.")
package com.codegym.task.task01.task0106;
/*
Bugs and features
*/
public class Solution {
public static void main(String[] args) {
System.out.println("Its not a bug - its a feature.")
}
}