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