mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
7 lines
68 B
C
7 lines
68 B
C
#include <stdio.h>
|
|
|
|
void main(void)
|
|
{
|
|
printf("Hello world!");
|
|
}
|