+ 37
Say "Hello World" in your native language and in your favorite programming language)))
Console.WriteLine("Салом Дунё!");
114 Respuestas
+ 28
I have two native languages and several favourite programming languages😄
write("Привет, мир! Сәләм, дөнья!").
stdio::write("Привет, мир! Сәләм, дөнья!").
cout << "Привет, мир! Сәләм, дөнья!";
printf("Привет, мир! Сәләм, дөнья!");
Console.WriteLine("Привет, мир! Сәләм, дөнья!");
+ 21
print("Բարև՛, աշխա՛րհ")
#armenian+python
+ 17
#include<iostream>
using namespace std;
int main()
{
count<<" vanakkam ulagam ";
return 0 ;
}
+ 16
Console.WriteLine("Сəлем Əлем!;)");
+ 13
printf("Bonjour le monde !\n");
+ 12
print("Hello world")
simple print function in python, works every time.
+ 12
def native_greet():
print(" உலகமே , வணக்கம் ")
print(" தமிழ் தாயே, வாழ்க ")
native_greet()
#my Mother tongue தமிழ் {Thamizh}
#English la code pannalum, தமிழன்டா!😎
+ 12
int main(){
cout << "Բարև աշխարհին";
}
+ 11
>>print('Hello world!') #python
+ 11
#include<iostream>
using namespace std;
int main()
{
cout <<"MULIYO MUTYA EYO";
return 0;
}
+ 10
using System;
using static System.Console;
class Program{
static void Main(){
Write("Привет, мир!");
}
}
+ 10
//Uzbek
#include <iostream>
using namespace std;
int main()
{
cout << " Salom, Dunyo! " << endl;
return 0;
}
+ 9
print("ஹலோ உலகம்")
#Tamil is my Native Language
+ 9
class Myclass{
public static void main(Strings[] args){
System.out.println("Hello world");
}
}
+ 9
public class HelloWorld
{
public static void main( String[] args )
{
System.out.println( "vanakkam!!" );
}
}
+ 9
Console.Writeline("ಜಗತ್ತಿಗೆ ನಮಸ್ಕಾರ!");
//my native language is KANNADA
+ 9
alert("hallo Welt"); / echo "hallo Welt";
+ 9
#include <iostream>
using namespace std;
int main()
{
cout << "Kamusta Mundo" << endl;
return 0;
}
😂😂😂
+ 9
class helloWorld{
public static void main(String[]args){
System.out.printIn("Uwa ndeewo");
}
}