Skip to content

Commit

Permalink
added Helper.huff
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhat1308 committed Oct 1, 2023
1 parent 3bfd293 commit 0c2cbc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Huff Project to perform Fast Fourier Transform for Huffathon 2023.


<img align="right" width="150" height="150" top="100" src="./assets/blueprint.png">

# huff-project-template • [![ci](https://github.com/huff-language/huff-project-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/huff-language/huff-project-template/actions/workflows/ci.yaml) ![license](https://img.shields.io/github/license/huff-language/huff-project-template.svg) ![solidity](https://img.shields.io/badge/solidity-^0.8.15-lightgrey)
Expand Down
1 change: 1 addition & 0 deletions src/Complex.huff
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include './Helper.huff'

#define function addZ(int256 , int 256 , int256 , int256) returns (int256 ,int256)
#define function subZ(int256 , int 256 , int256 , int256) returns (int256 ,int256)
Expand Down
Empty file added src/Helper.huff
Empty file.

0 comments on commit 0c2cbc3

Please sign in to comment.