mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-06 21:11:39 +00:00
6 lines
55 B
C
6 lines
55 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
puts("hello");
|
|
}
|