Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 807 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 807 Bytes

algorithm

Mata Kuliah Algoritma & Pemrograman


Installation

  1. Clone the repository
    git clone https://github.com/mizzcode/algorithm.git
  2. Pindah ke folder yang sudah di clone
    cd algorithm
  3. Untuk compile file gunakan perintah
    g++ -o namaprogram namafile.cpp
  4. Eksekusi hasil compile berupa file.exe
    ./namaprogram

Attention

Untuk contoh install & compile di atas hanya untuk pengguna Visual Studio Code yang sudah menginstall MinGW untuk keperluan compile

Refference

Referensi install MinGW untuk keperluan compile di Visual Studio Code Disini