Files
2024-12-26 12:02:17 +03:00

9 lines
101 B
C

#include <stdio.h>
#include <libintl.h>
int main() {
gettext("Hello, world!");
return 0;
}