Files
LearnGO/go/pkg/mod/github.com/go-delve/delve@v1.23.0/_fixtures/test.c
T
2024-09-19 21:38:24 -04:00

6 lines
64 B
C

#include <stdio.h>
int main(void) {
printf("hello world!");
}