By Stanley on 11/3/2024
Hello World
This is a quote
#include <iostream> int main() { std::cout << "Test"; return 0; }
func main() { return 0 }