mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
samples/helloworld.c
This commit is contained in:
parent
886e9e83b2
commit
89fb731e2e
@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, World!");
|
||||
int main(void) {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user