Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 2 KB

README.md

File metadata and controls

96 lines (71 loc) · 2 KB
print("hello world")
document.write('hello world')
Console.WriteLine('hello world')
put 'hello world'
#include <stdio.h>
int main()
{
   printf("Hello World");
   return 0;
}