Print hello world without semicolon in different ways? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Print hello world without semicolon in different ways?

20th Oct 2017, 1:30 AM
Velakurthy Nikhil.
Velakurthy Nikhil. - avatar
4 Réponses
+ 3
print("Hello World")
20th Oct 2017, 2:10 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
import __hello__
20th Oct 2017, 2:10 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
#include <stdio.h> int main(){if(printf("Hello, World!")){}}
20th Oct 2017, 2:20 AM
Kartikey Sahu
Kartikey Sahu - avatar