зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 06:06:08 +02:00
16 строки
363 B
Plaintext
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;
|
|
}
|