Hello, world
Welcome to Lucis Urbe’s coding blog! This site is deployed with Hexo and Fluid under CC BY-SA 4.0 License. Enjoy while reading my blog:)
Typesetting test
Some maths:
l11l21⋮lm1l12l22⋮lm2⋯⋯⋯l1ml2m⋮lmmb^1b^2⋮b^m=l1yl2y⋮lmy
V1×V2=i∂u∂X∂v∂Xj∂u∂Y∂v∂Yk00
A real C++ Hello, world! program
1 2 3 4 5 6
| #include <iostream>
int main(char argc, const char* argv[]) { std::cout << "Hello, world!" << std::endl; return 0; }
|
That’s all. Thank you for your visiting!