Programming is not a female privilege, boys can also program well.
function you_can_do_this:
say "Hello! His World!"
say "编程很帅,也属于你!"
end
start:
you_can_do_this
end
it outputs:
Hello! His World!
编程很帅,也属于你!
Usage: his in.hisc out.cpp
and then you can use g++ to build an executable file.
g++ out.cpp -o outthen you can run it!
./outmkdir build
cd build
cmake ..
cmake --build . --config ReleaseThis project is still under active development and there may be a lot of issues. You can actively submit fixes.
