New to Programming and Getting an error

40 Views Asked by At

I am new to programming. To be very honest today is my first day and i am trying to learn Java by watching some YouTube videos. I put this code in eClipse and

public class HelloWorld1
{
public static void main(String[] args)
  {
    System.out.printIn("Hello World");
   }
 }

I am getting the message 'Unable to Launch' The selection can't be launched and there are no recent launches' Please advise. Thanks

1

There are 1 best solutions below

1
On

You mistyped PrintLn. (You wrote PrintIn).