This is a my new blog. It is mainly about CS, but sometimes I will cover other things I found interesting, like history/politics/science etc.
่ฟๆฏๆ็ๆฐๅๅฎขใ ๆๅคง้จๅๆถๅไผๆดๆฐๅ่ฎก็ฎๆบ็งๅญฆ็ธๅ ณ็ๅ ๅฎน๏ผไฝๆฏๆ็ๆถๅไนไผ่ฆ็ไธไบ่ทๅๅฒ๏ผๆฟๆฒปๆ่ ๅ ถไป็งๆ็ฑปๆ่งๅพๆๅ ด่ถฃ็่ฏ้ขใ
Now some tests I want to run.
Embed a youtube video
Write some code?
C++
#include <iostream>
int main() {
std::cout << "Hello world" << std::end;
}
Python
print("hello world")
Top comments (0)