codekingpro's picture
Add files using upload-large-folder tool
4bcc2be verified
Raw
History Blame Contribute Delete
80 Bytes
#include <u.h>
#include <libc.h>
void
main(void)
{
print("hello, world\n");
}