notes/pl/cpp/tools/repl/root.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

16 строки
363 B
Plaintext

https://root.cern/
https://root.cern/install/
https://root.cern/install/dependencies/
https://root.cern/install/all_releases/
https://root.cern/get_started/
https://root.cern/manual/
2022
https://betterprogramming.pub/how-to-use-root-c-interpreter-shell-to-write-c-code-ebfd52d2642d
sample
#!/usr/bin/env -S root -l -b -q
{
cout << "hello root!" << endl;
}