Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi authored Oct 1, 2024
1 parent 5ad9d36 commit 4f528a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `array<T>`
A JavaScript + Python like array in C++.

[![CMake](https://github.com/iwatakeshi/array/actions/workflows/cmake-single-platform.yml/badge.svg)](https://github.com/iwatakeshi/array/actions/workflows/cmake-single-platform.yml)

## Build Instructions

This project uses CMake as its build system. A Makefile is provided for convenience to simplify the build process.
Expand Down Expand Up @@ -180,4 +182,4 @@ int main() {

return 0;
}
```
```

0 comments on commit 4f528a5

Please sign in to comment.