Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Main {
- public static void main(String[] args) {
- System.out.println(" /\\_/\\");
- System.out.println(" (0.0) ");
- System.out.println(" = ^ =");
- }
- }
Advertisement
Comments
-
- # you can realize it on some languages (example on python)
- print(" /\\_/\\")
- print(" (0.0) ")
- print(" = ^ =")
Add Comment
Please, Sign In to add comment
Advertisement