Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mikhailcazi

mikhailcazi

mikhailcazi has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

profile for mikhailcazi on Stack Exchange, a network of free, community-driven Q&A sites

#import java.io.*  
    class AboutMe  
    {
        public static void main() throws IOException  
        {  
            BufferedReader br = new BufferedReader( new InputStreamReader(System.in));  
            System.out.println("Hey guys, Mikhail here...");  
            System.out.println("********************************");  
            System.out.println("So I'm basically a guy for Java (obviously), C++ and HTML. Yeah, I know it isn't much. :P Also, a bit of VBasic and of course CSS.");  
            System.out.println("With great HTML comes great CSS, or something like that.");    
        }  
    }  
}

mikhailcazi questions

mikhailcazi answers