mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 12:56:27 -04:00
7 lines
106 B
C
7 lines
106 B
C
//nolint
|
|
#include <stdio.h>
|
|
int main(int argc, char *argv[]) {
|
|
printf("%s\n", "Hello world!");
|
|
}
|
|
|