WRITING / № 002
Feb 21, 20231 min read

Hello World

Writing hello world

Hello World
Begin1 min read

Hello world written in many programming languages

console.log('hello world');
print('hello world');
System.out.println('hello world');
cout << 'hello world';
printf('hello world');
Writeln('hello world');

i'm just testing writing some articles :D

End · Thanks for reading