2 lines
90 B
Bash
2 lines
90 B
Bash
|
|
#!/bin/sh
|
||
|
|
cc -std=c99 test_negative_number_unary.krak.c -o test_negative_number_unary.krak
|