Archived
1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
kilo/hello.c

6 lines
61 B
C
Raw Normal View History

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