Skip to content

Latest commit

 

History

History

argc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
#include <iostream>

int main(int argc) {
  std::cout << "\x1B[43mCopyright (c) 2022  EmptyWork\033[0m\n\n";

  std::cout << "Panjang argumen yang di berikan adalah: " << argc;
}