mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-17 16:21:47 +00:00
9 lines
104 B
C
9 lines
104 B
C
|
|
#include <stdio.h>
|
|
|
|
int main ( int argc, char** argv )
|
|
{
|
|
printf("testing, testing\n");
|
|
return 0;
|
|
}
|