mirror of
https://github.com/Relintai/codot.git
synced 2025-02-22 15:27:57 +01:00
8 lines
56 B
C
8 lines
56 B
C
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("test\n");
|
|
}
|
|
|