mirror of
https://github.com/mtrojnar/osslsigncode
synced 2026-06-08 16:13:39 +00:00
7 lines
70 B
C
7 lines
70 B
C
#include <stdio.h>
|
|
|
|
void main(void)
|
|
{
|
|
printf("Hello world!\n");
|
|
}
|