Added 'C_C++/hw.c'
This commit is contained in:
9
C_C++/hw.c
Normal file
9
C_C++/hw.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* @BAKE
|
||||
gcc $@ -o $*.out -ggdb
|
||||
valgrind --tool=callgrind $*.out
|
||||
@STOP
|
||||
*/
|
||||
signed main(void) {
|
||||
puts("hw");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user