mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 04:21:43 +08:00
8 lines
66 B
Bash
Executable file
8 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
gcc ./src/test_utf8.c -o _utf8
|
|
./_utf8
|
|
|
|
# eof
|
|
|