Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 201 Bytes

File metadata and controls

19 lines (14 loc) · 201 Bytes

charcodex

Return the char code in given string at certain index position

Usage

# input
$> charcodex 9 Hello World

# output
$> 108 

Installation

$ make
# make install