Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DIU CPC Club Bootcamp

This repository contains code and practice files for the DIU CPC Club bootcamp. The project is organized by task folders to keep each exercise separate and easy to navigate.

Repository Structure

  • task_1/ - First bootcamp task(s)
  • task_2/ - Second bootcamp task(s)
  • task_3/ - Third bootcamp task(s)

How to Use

  1. Open the repository in Visual Studio Code.
  2. Navigate to the task folder you want to work on.
  3. Edit the Java files and save your changes.
  4. Use clang-format or a code formatter to keep formatting consistent.
  5. Compile and run Java files from the terminal:
javac task_1\ArithmeticOperations.java
java -cp task_1 ArithmeticOperations

Additionally, to run the second task (renamed file):

javac task_2\class_check.java
java -cp task_2 class_check

How to Run

Use the following commands from the repository root to compile and run each task.

  • Windows (PowerShell):
# Task 1
javac task_1\ArithmeticOperations.java
java -cp task_1 ArithmeticOperations

# Task 2
javac task_2\class_check.java
java -cp task_2 class_check
  • Cross-platform (bash / macOS / Linux):
# Task 1
javac task_1/ArithmeticOperations.java
java -cp task_1 ArithmeticOperations

# Task 2
javac task_2/class_check.java
java -cp task_2 class_check

Notes

  • This repository is for practice and learning during the DIU CPC Club bootcamp.
  • Keep each task in its own folder so the code stays organized.
  • If you add new tasks, create a new folder like task_4/.

Formatting

  • The repository uses Java source files.
  • clang-format can be used to format code consistently.

Contact

For questions or help, ask your DIU CPC Club instructors or peers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages