Wasn't I doing something with the UMN Kauffman course
This commit is contained in:
parent
9109e3a3dc
commit
ad65630b3f
8
umn-kauffman/helloworld.c
Normal file
8
umn-kauffman/helloworld.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <unistd.h>
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
char * buf = "hello\n";
|
||||
write(1, buf, 6);
|
||||
}
|
Loading…
Reference in New Issue
Block a user