Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Mark

Mark

Mark has asked 4 questions and find answers to 30 problems.

Stats

1.2k
EtPoint
481
Vote count
4
questions
30
answers

About

puts 'Coding for fun and profit!'
class A { 
    public static void main(String[] args) {
        System.out.println("hh" + 1);
    }
}
function A() {
    return "asdf" + 1;
}