Java
public class Hello {
public static void main(String[] args) {
System.out.println("Hello");
}
}
C#
using System;
class Hello {
public static void Main(string[] args) {
Console.WriteLine("Hello");
}
}
I'm not sure how your senses work but both of them look pretty artificial to me.
By the way, I think you mean Linux Desktop Development.
Java public class Hello { public static void main(String[] args) { System.out.println("Hello"); } } C# using System; class Hello { public static void Main(string[] args) { Console.WriteLine("Hello"); } } I'm not sure how your senses work but both of them look pretty artificial to me. By the way, I think you mean Linux Desktop Development.