Devlogs
Posted November 02, 2023 by Bucket Head Studios
int main() {
printf ( "Hello World");
return 0;
}
std:: cout << "Hello World" ;
namespace HelloWorld
{
class Hello {
static void Main(string[] args)
System.Console.WriteLine("Hello World");