package com.codegym.task.task02.task0218;

/*
Repetition is the mother of all learning
*/
public class Solution {
    public static void print3(String s) {
        //write your code here
        int s;
    for(int x=0;x<3;x++){
            printf(print3);
    }
}
    public static void main(String[] args) {
        print3("I love you!");
    }
}