Welcome to Elite Community

Register a free account today to become an Elite! Once signed in, you'll be able to participate on Elite Community by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hello World

Joined
Oct 1, 2023
Messages
4
Reaction score
5
main( ) {
extern a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}

a 'hell';
b 'o, w';
c 'orld';
 
class HelloEliteCommunity
{
public static void Main()
{
System.Console.WriteLine("Hello, world!");
System.Console.ReadKey();
}
}
 
Back
Top Bottom