aboutsummaryrefslogtreecommitdiff
path: root/challenge-133/abigail/awk/ch-1.awk
blob: 825c4ba485c558b21ebb358249370550a5f58be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/awk

#
# See ../README.md
#

#
# Run as: awk -f ch-1.awk < input-file
#

{print int (exp (log ($1) / 2))}