gpt/2025-10-21/test.c (view raw)
1 2 3 4 5 6
#include <stdio.h> int main() { printf("hi"); return 0; }