mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 11:42:47 -05:00
CAB file tests
This commit is contained in:
6
tests/sources/myapp.c
Normal file
6
tests/sources/myapp.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
}
|
Reference in New Issue
Block a user