Homeworks

Print the words "Hello World" to the console.


Back to home

Code

RUN
function foo(items) { void main() { printf("\n Hello world"); getch(); } }