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