Hello everyone, my name is Anapah Pongvijarn. I am 20-years-old from Thailand studying at Assumption University pursuing a degree in Mechatronic Engineering (Artificial Intelligence). I do not upload everything I made on github I usually only upload easy projects and kept most projects private . I am able to use a few of programming language but I prefer python and javascript as my favourite language.
- Discord : REACT#1120
- Email : anapah.pongvijarn@gmail.com
- Instagram : @i_d1nnn
#include <iostream>
#include <string>
using namespace std;
int main() {
string name = "Anapah";
string country = "Thailand";
cout<< "My name is " << name;
cout << "I am from " << country;
cout << "Nice to meet you !";
return 0;
}
All dates that are used in this file are formatted as YYYY/MM/DD
Last edited: 2024/5/7 7:52 UTC+7