Skip to content

Added disarium.py file which checks whether the number is disarium or not #15561

Added disarium.py file which checks whether the number is disarium or not

Added disarium.py file which checks whether the number is disarium or not #15561

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
- run: uvx ruff check --output-format=github .