Skip to content
Snippets Groups Projects
Select Git revision
  • 591ed0b92b77bc737920b48bfdf6df8d921f1ba3
  • master default protected
  • develop-viktor
  • develop-jonas
4 results

run.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    run.sh 64 B
    mkdir build
    cd build
    cmake ..
    make
    cd -
    ./build/double-trouble