0

Hello world

Comments:
Threaded Linear
#1
TurkishNightmare

Hello

#2
MythicalForger
0
Frags
+

Hello

#3
Hidden_Name
5
Frags
+

print("Hello World")

#4
PrTsty
2
Frags
+

#include <stdio.h>

int main()
{
printf("Hello World");

return 0;
}

#5
Hidden_Name
1
Frags
+

using namespace std;
int main() {
cout << "Hello, World!" << endl;
return 0;
}

#6
PrTsty
0
Frags
+

C 🤝 CPP

#7
Hidden_Name
0
Frags
+

Python 🤝 C 🤝 C++ 🤝Java

Class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}

#8
PrTsty
0
Frags
+

nah fk python

#9
Hidden_Name
2
Frags
+

It was the first language i learnt 🥲

#10
PrTsty
0
Frags
+

feelsbadman

#12
zerosh1ma
0
Frags
+

+1 am learning it right now python is a bitch

#11
SpaceCow
0
Frags
+

print(chr(72),chr(69), chr(76),chr(76),chr(79)," ",chr(87),chr(79),chr(82),chr(76),chr(68), chr(33))

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment