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
package primes; | |
/** | |
* ConsoleApp by Tarun Boddupalli | |
* <p> | |
* The MIT License (MIT) | |
* <p> | |
* Copyright (c) 2015 Tarun Boddupalli | |
* <p> | |
* Permission is hereby granted, free of charge, to any person obtaining a copy |
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 java.util.HashMap; | |
import java.util.LinkedHashSet; | |
import java.util.LinkedList; | |
import java.util.Set; | |
/** | |
* <p/> | |
* The MIT License (MIT) | |
* <p/> | |
* Copyright (c) 2015 Tarun Boddupalli |
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
package javajava.java; | |
/** | |
* JAVA | |
*/ | |
public class Java { | |
public static void main(String[] javas) { | |
Java.java("Java"); | |
} |
NewerOlder