package
0.0.0-20240314062420-d0adc60cfb5c
Repository: https://github.com/yongs2/golang-exercise.git
Documentation: pkg.go.dev

# Functions

Calc : 로마 숫자 계산기.
ConvertRomani : integer를 로마 숫자 문자열로 변환.
ParseInput : 로마 숫자 계산식을 사칙연산자를 기준으로 분리.
ParseRomani : 로마 숫자를 integer 로 변환.

# Constants

MaxValue : 최대 값.

# Variables

No description provided by the author
No description provided by the author
에러 정의.
Romani : integer를 로마 숫자로 변환하기 위한 문자열 배열.