mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 11:45:05 +01:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cargo build
|
|
./uwuc-gcc hello.c -o target/hello
|
|
./target/hello
|