# Bin2C

## Introduction
bin2C is used to convert bin files to c files, made by golang(free and opensource) 

bin2C can scan current directory and one layer of subdirectories

## Usage
1. download bin2C.exe
2. move to target directory
3. double-click

## Compile
go build -o bin2C.exe main.go
