forked from personal/squiggle.c
9 lines
112 B
C
9 lines
112 B
C
|
#include <math.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int main(){
|
||
|
printf("Hello world!\n");
|
||
|
return 0;
|
||
|
}
|