Skip to content

lmammino/zig-python-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-python-experiment

Advent of Code 2022 Day 19 Solution in Zig and Python

This repository contains the solution for Advent of Code 2022 Day 19 in Zig and Python. The code is organized in the src directory, which contains the zig source code.

Requirements

  • Zig (0.10)
  • cffi
  • Python 3

init

pip install -r requirements.txt

build the zig library

python setup.py install

run the python code

python 2022ex19.py

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you would like to contribute code, please fork the repository and submit a pull request.

About

Trying to write a python module in zig (in a live stream)! Crazy stuff 😅

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published