2 lines
50 B
Bash
2 lines
50 B
Bash
|
|
#!/bin/sh
|
||
|
|
cc -std=c99 DotProdTest.c -o DotProdTest
|