Created
June 21, 2018 15:41
-
-
Save LeoFalco/923daad27b0baac2ec6fa197c5297d00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import br.com.crush.BoyFriend; | |
import br.com.crush.GirlFirend; | |
public class TrueLove { | |
public static void main(String args...){ | |
private final GirlFriend thallia = new GirlFirend("Thallia"); | |
private BoyFriend me = new BoyFriend("leo"); | |
Invite invite = me.inviteNovel(thallia); | |
thallia.accept(invite); | |
While(true){ | |
me.love(thallia); | |
thallia.love(me); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I Love this❤