Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 360 Bytes

For performance of Ocaml:

  1. Open OCaml64 in Desktop (opens a new terminal)
  2. go to the ocaml_test folder
  3. run the command "code ." [it will open vscode]
  4. compile the code using : ocamlc -o main main.ml (in the Ocaml terminal)
  5. then run ./main

For Performance of C++: (In OCaml/bitstuff_gfg.cpp)

  1. g++ bitstuff_gfg.cpp
  2. ./a.exe