Wasn't I doing something with the UMN Kauffman course
This commit is contained in:
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);
|
||||
}
|
Reference in New Issue
Block a user