forked from hkc/sfxd
1
0
Fork 0
sfxd/src/sfxd.c

7 lines
76 B
C
Raw Normal View History

2024-02-21 13:27:25 +03:00
#include <stdio.h>
#include <math.h>
int main(void) {
printf("Hi!\n");
}