forked from personal/squiggle.c
8 lines
98 B
C
8 lines
98 B
C
|
#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main(){
|
||
|
printf("Hello world");
|
||
|
}
|