Skip to content

added implementation of arthmetic functions #24

added implementation of arthmetic functions

added implementation of arthmetic functions #24

Workflow file for this run

name: Integration Test
on:
pull_request:
branches: [main2]
jobs:
do_test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Test!
run: python test.py