1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-09 18:48:05 -05:00
2020-02-21 14:10:21 +01:00

7 lines
70 B
C

#include <stdio.h>
void main(void)
{
printf("Hello world!\n");
}