grozwalker/hexlet-lvl1

1.0.3 2019-12-17 20:26 UTC

This package is auto-updated.

Last update: 2024-09-18 07:07:24 UTC


README

Build Status

Maintainability

Hexlet 项目 #1

如何安装

> composer global require grozwalker/hexlet-lvl1
> make install

游戏

####如果数字是偶数,则回答“是”,否则回答“否”。 asciicast

####求和 计算表达式的结果。 asciicast

####最大公约数 找到给定数字的最大公约数。 asciicast

####序列 找出序列中缺失的数字。 asciicast

####质数 如果给定的数字是质数,则回答“是”。否则回答“否”。 asciicast