+ 3
Happy new year my dearest solo friends...... :)
6 Antworten
+ 5
u tagged three type languages, so i did the same thing with these three languages 😁
+ 4
thaxfor the same
+ 1
//java
public class welcoming {
public static void main(String[] args) {
System.out.println("Happy New Year!");
}
}
+ 1
//c++
#include<iostream>
using namespace std;
int main()
{
cout << "Happy New Year!";
return 0;
}
+ 1
#python3
print("Happy New Year!")
+ 1
what in js