Write some code
This commit is contained in:
parent
edded09f43
commit
87edcc7645
1 changed files with 5 additions and 0 deletions
5
main.c
Normal file
5
main.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Hello, world!\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue