Computer Science, asked by sarkarshyamali178, 5 months ago

Write a program for “Hello World”, using any programming language.​

Answers

Answered by themrmindless
1

Answer:

print('Hello, world!')

Explanation:

Written in Python

Answered by atrs7391
0

\textsf{\textbf{\underline{\Large{Using Kotlin:}}}}

\texttt{fun main() \{}

   \texttt{println("Hello World")}

\textt{\}}

Similar questions