Status: Learning Math and IT :)
Hello Friends. Let me introduce myself:
- 👩💻 My name is Hieu (Hieu, Nguyen Minh).
- 👨🎓 I'm a student.
- 🌏 I' from Vietnam.
- 💻 I'm know how to code cpp, python, pascal and web.
- 🧾 You can see more of my info at my info.
- 🌐 My own website HieuhfgrAndStuff.
#include <iostream>
using namespace std;
int main() {
cout <<"hello, world!";
}
program hello_world;
begin
writeln('hello world');
end.
print("hello world")