Commit 926b17ca authored by yoshihito.saito's avatar yoshihito.saito

created C code to print 'hello world' on console

parent 4fe6c067
#include <stdio.h>
int main(void) {
printf("hello, world!\n");
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment