Commit 4129d9d0 authored by Василий Дегтяр's avatar Василий Дегтяр Committed by Дониёр Усмонов

version 1

parent 368e94ec
#!/bin/bash
echo 'Введите ваш возраст'
read age
let v=($age*365)
echo $v
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment