1 | initial version |
there's a problem with your main methond i think you should start by changing
public static void Main(String args[])
into this:
public static void main(String args[])
i didn't run the code so their might be other problems too :-)
there's a problem with your main methond
method
i think you should start by changing
public static void Main(String args[])
into this:
public static void main(String args[])
i didn't run the code so their might be other problems too :-)