Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/10
9 lines
101 B
C
9 lines
101 B
C
#include <stdio.h>
|
|
#include <libintl.h>
|
|
|
|
int main() {
|
|
gettext("Hello, world!");
|
|
|
|
return 0;
|
|
}
|