Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

DuckyMomo20012/cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Template

A simple CPP template

contributors last update forks stars open issues license


📔 Table of Contents

🌟 About the Project

📷 Screenshots

screenshot

🎯 Features

  • Feature 1.
  • Feature 2.
  • Feature 3.

🧰 Getting Started

‼️ Prerequisites

  • GCC, G++.
  • GDB.
  • make.

🏃 Run Locally

Clone the project:

git clone https://github.com/DuckyMomo20012/cpp-template.git

Go to the project directory:

cd cpp-template

Build program executable:

make

Run executable:

./main

👀 Usage

Use this space to tell a little more about your project and how it can be used. Show additional screenshots, code samples, demos, or links to other resources.

#include <iostream>
using namespace std;

int main() {
    cout << "Hello World";
    return 0;
}

🧭 Roadmap

  • Todo 1.
  • Todo 2.

👋 Contributing

Contributions are always welcome!

📜 Code of Conduct

Please read the Code of Conduct.

❔ FAQ

  • Question 1

    • Answer 1.
  • Question 2

    • Answer 2.

⚠️ License

Distributed under MIT license. See LICENSE for more information.

🤝 Contact

Duong Vinh - @duckymomo20012 - tienvinh.duong4@gmail.com

Project Link: https://github.com/DuckyMomo20012/cpp-template.

💎 Acknowledgements

Here are useful resources and libraries that we have used in our projects:

Releases

No releases published

Packages

No packages published